Package step.plugins.organizer
Class OrganizerServices.DirEntry
- java.lang.Object
-
- step.plugins.organizer.OrganizerServices.DirEntry
-
- Enclosing class:
- OrganizerServices
public static class OrganizerServices.DirEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description DirEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getPath()
boolean
isDirectory()
void
setDirectory(boolean directory)
void
setName(String name)
void
setPath(String path)
-