Uses of Class
org.processmining.specpp.util.PathTools.FolderStructure
-
Packages that use PathTools.FolderStructure Package Description org.processmining.specpp.config.parameters org.processmining.specpp.util -
-
Uses of PathTools.FolderStructure in org.processmining.specpp.config.parameters
Methods in org.processmining.specpp.config.parameters with parameters of type PathTools.FolderStructure Modifier and Type Method Description java.lang.StringOutputPathParameters. getFolderPath(PathTools.FolderStructure folderStructure) -
Uses of PathTools.FolderStructure in org.processmining.specpp.util
Methods in org.processmining.specpp.util that return PathTools.FolderStructure Modifier and Type Method Description static PathTools.FolderStructurePathTools. isRelativeTo(PathTools.FolderStructure folder)static PathTools.FolderStructurePathTools. isRelativeTo(PathTools.OutputFileType fileType)static PathTools.FolderStructurePathTools.FolderStructure. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PathTools.FolderStructure[]PathTools.FolderStructure. 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.FolderStructure Modifier and Type Method Description static java.lang.StringPathTools. getRelativeFolderPath(PathTools.FolderStructure folder)static PathTools.FolderStructurePathTools. isRelativeTo(PathTools.FolderStructure folder)
-