Uses of Class
org.processmining.specpp.util.PathTools.OutputFileType
-
Packages that use PathTools.OutputFileType Package Description org.processmining.specpp.config.parameters org.processmining.specpp.util -
-
Uses of PathTools.OutputFileType in org.processmining.specpp.config.parameters
Methods in org.processmining.specpp.config.parameters with parameters of type PathTools.OutputFileType Modifier and Type Method Description java.lang.StringOutputPathParameters. getFilePath(PathTools.OutputFileType fileType, java.lang.String name)java.lang.StringOutputPathParameters. getFilePath(PathTools.OutputFileType fileType, java.lang.String name, java.lang.String fileExtension) -
Uses of PathTools.OutputFileType in org.processmining.specpp.util
Methods in org.processmining.specpp.util that return PathTools.OutputFileType Modifier and Type Method Description static PathTools.OutputFileTypePathTools.OutputFileType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PathTools.OutputFileType[]PathTools.OutputFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.specpp.util with parameters of type PathTools.OutputFileType Modifier and Type Method Description static java.lang.StringPathTools. getRelativeFilePath(PathTools.OutputFileType outputFileType, java.lang.String name)static java.lang.StringPathTools. getRelativeFilePath(PathTools.OutputFileType outputFileType, java.lang.String name, java.lang.String prefix, java.lang.String postfix)static java.lang.StringPathTools. getRelativeFolderPath(PathTools.OutputFileType fileType)static PathTools.FolderStructurePathTools. isRelativeTo(PathTools.OutputFileType fileType)
-