Package org.jf.util

Class ClassFileNameHandler.FileSystemEntry

java.lang.Object
org.jf.util.ClassFileNameHandler.FileSystemEntry
Direct Known Subclasses:
ClassFileNameHandler.DirectoryEntry, ClassFileNameHandler.FileEntry
Enclosing class:
ClassFileNameHandler

private abstract class ClassFileNameHandler.FileSystemEntry extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getNormalizedName

      @Nonnull public String getNormalizedName(boolean preserveCase)
    • getPhysicalName

      @Nullable public String getPhysicalName()
    • setSuffix

      public void setSuffix(int suffix) throws IOException
      Throws:
      IOException
    • createIfNeeded

      protected abstract void createIfNeeded() throws IOException
      Actually create the (empty) file or directory, if it doesn't exist.
      Throws:
      IOException
    • getPhysicalNameWithSuffix

      public abstract String getPhysicalNameWithSuffix(int suffix)