public final class ProjectFolderConfig
extends java.lang.Object
| Constructor and Description |
|---|
ProjectFolderConfig() |
ProjectFolderConfig(java.nio.file.Path projectFolder,
java.nio.file.Path buildToolsFolder) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
getBuildOutFolder()
Generated build artifacts are stored in this folder.
|
java.nio.file.Path |
getBuildPropertiesFile()
Properties file containing build properties.
|
java.nio.file.Path |
getBuildResFolder()
Folder containing resources and config for building the project.
|
static java.nio.file.Path |
getBuildResFolder(java.nio.file.Path projectFolder)
Folder containing resources and config for building the project.
|
java.nio.file.Path |
getBuildToolsFolder()
The build-tools folder containing the Gradle build scripts and other engine-version-specific resources.
|
java.nio.file.Path |
getProjectFolder()
The folder in which the /res and /build-res folders are stored.
|
java.nio.file.Path |
getResFolder()
Folder containing resources files used by the project.
|
static java.nio.file.Path |
getResFolder(java.nio.file.Path projectFolder)
Folder containing resources files used by the project.
|
static java.lang.String |
toCanonicalPath(java.nio.file.Path file)
Returns the canonical path for the given file.
|
java.lang.String |
toString() |
ProjectFolderConfig |
withProjectFolder(java.nio.file.Path newProjectFolder)
Returns a new instance, using a different project folder.
|
public ProjectFolderConfig()
public ProjectFolderConfig(java.nio.file.Path projectFolder,
java.nio.file.Path buildToolsFolder)
public ProjectFolderConfig withProjectFolder(java.nio.file.Path newProjectFolder)
public java.nio.file.Path getProjectFolder()
public java.nio.file.Path getResFolder()
public static java.nio.file.Path getResFolder(java.nio.file.Path projectFolder)
public java.nio.file.Path getBuildResFolder()
public static java.nio.file.Path getBuildResFolder(java.nio.file.Path projectFolder)
public java.nio.file.Path getBuildPropertiesFile()
public java.nio.file.Path getBuildOutFolder()
public java.nio.file.Path getBuildToolsFolder()
public static java.lang.String toCanonicalPath(java.nio.file.Path file)
public java.lang.String toString()
toString in class java.lang.Object