Interface BuildOutput
-
public interface BuildOutputRepresents an outcome of the build for a specific set of sources and resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetOutputDir()PathsCollectiongetResourcesDirs()PathsCollectiongetSourcesDirs()
-
-
-
Method Detail
-
getOutputDir
Path getOutputDir()
-
getSourcesDirs
PathsCollection getSourcesDirs()
-
getResourcesDirs
PathsCollection getResourcesDirs()
-
-