java.lang.Object
de.sormuras.bach.Project.Target
- Enclosing class:
- Project
public class Project.Target
extends java.lang.Object
Collection of directories and other realm-specific assets.
-
Field Summary
Fields Modifier and Type Field Description java.nio.file.PathdirectoryBase target directory of the realm.java.nio.file.PathmodulesDirectory of modular JAR files.Project.RealmrealmAssociated realm. -
Method Summary
Modifier and Type Method Description java.lang.Stringfile(Project.ModuleUnit unit)Return base file name for the passed module unit.java.lang.Stringfile(Project.ModuleUnit unit, java.lang.String extension)Return file name for the passed module unit.java.nio.file.PathmodularJar(Project.ModuleUnit unit)Return modular JAR file path for the passed module unit.java.nio.file.PathsourcesJar(Project.ModuleUnit unit)Return sources JAR file path for the passed module unit.
-
Field Details
-
Method Details
-
file
Return base file name for the passed module unit. -
file
Return file name for the passed module unit. -
modularJar
Return modular JAR file path for the passed module unit. -
sourcesJar
Return sources JAR file path for the passed module unit.
-