public final class JavaModel extends Object
Modifier and Type | Field and Description |
---|---|
private String |
bootClassPath |
private String |
classPath |
private List<File> |
classPathEntries |
private String |
descr |
private String |
includedFiles |
private File |
initialFile |
private String |
modelDir |
private String |
modelTag |
static JavaModel |
NO_MODEL |
Modifier | Constructor and Description |
---|---|
private |
JavaModel() |
private |
JavaModel(String modelDir,
List<File> classPathEntries,
File bootClassPath,
Includes includes,
File initialFile) |
Modifier and Type | Method and Description |
---|---|
static JavaModel |
createJavaModel(String javaPath,
List<File> classPath,
File bootClassPath,
Includes includes,
File initialFile) |
String |
description() |
boolean |
equals(Object o) |
String |
getBootClassPath() |
String |
getClassPath() |
List<File> |
getClassPathEntries() |
String |
getIncludedFiles() |
File |
getInitialFile() |
String |
getModelDir() |
String |
getModelTag() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
private final String modelDir
private final String modelTag
private final String descr
private final String classPath
private final String bootClassPath
private final String includedFiles
private final File initialFile
public static final JavaModel NO_MODEL
public static JavaModel createJavaModel(String javaPath, List<File> classPath, File bootClassPath, Includes includes, File initialFile)
public String getModelDir()
public String getModelTag()
public String getClassPath()
public String getBootClassPath()
public String getIncludedFiles()
public File getInitialFile()
public boolean isEmpty()
public String description()