public interface BuildTargetOptions
Modifier and Type | Method and Description |
---|---|
Properties |
getFinalProperties()
Returns the property object whose values should be considered "final" when deciding which
generators to run during library compilation.
|
String |
getGenDir()
Returns the directory path into which to dump a copy of any generated source.
|
String |
getOutputDir()
Returns the directory path the compiler is free to use to write temporary files which are not
part of final link output.
|
ResourceLoader |
getResourceLoader()
Returns the resource loader to use when finding and loading compilable source, build resources
such as PNG and CSS files and public resources such as HTML files.
|
String |
getWarDir()
Returns the directory path into which the compiler should write linked output.
|
Properties getFinalProperties()
String getGenDir()
String getOutputDir()
ResourceLoader getResourceLoader()
String getWarDir()
Copyright © 2018. All rights reserved.