Package org.kie.efesto.common.api.io
Class IndexFile
- java.lang.Object
-
- java.io.File
-
- org.kie.efesto.common.api.io.IndexFile
-
- All Implemented Interfaces:
Serializable,Comparable<File>
public final class IndexFile extends File
This specificFileis meant to contain the index of the classes generated by a compilation-plugin- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringFINAL_SUFFIXstatic StringINDEX_FILE-
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModel()-
Methods inherited from class java.io.File
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURL
-
-
-
-
Field Detail
-
INDEX_FILE
public static final String INDEX_FILE
- See Also:
- Constant Field Values
-
FINAL_SUFFIX
public static final String FINAL_SUFFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getModel
public String getModel()
-
-