com.github.stephenc.javaisotools.rockridge.impl
Class RockRidgeNamingConventions

java.lang.Object
  extended by com.github.stephenc.javaisotools.iso9660.NamingConventions
      extended by com.github.stephenc.javaisotools.rockridge.impl.RockRidgeNamingConventions

public class RockRidgeNamingConventions
extends NamingConventions


Field Summary
static boolean FORCE_PORTABLE_FILENAME_CHARACTER_SET
           
static boolean HIDE_MOVED_DIRECTORIES_STORE
           
static int MAX_DIRECTORY_LENGTH
           
static int MAX_FILENAME_LENGTH
           
 
Fields inherited from class com.github.stephenc.javaisotools.iso9660.NamingConventions
VERBOSE
 
Constructor Summary
RockRidgeNamingConventions()
           
 
Method Summary
 void apply(ISO9660Directory dir)
           
 void apply(ISO9660File file)
           
 boolean checkDuplicate(Vector duplicates, String name, int version)
           
 void checkPathLength(String isoPath)
           
 void endRenaming(ISO9660File file)
           
 
Methods inherited from class com.github.stephenc.javaisotools.iso9660.NamingConventions
addDuplicate, addExtensionMapping, checkDuplicate, checkDuplicate, checkFilenameEquality, endRenaming, getExtensionMapping, getID, incrementFilename, incrementFilename, processDirectory, setFilename, setFilename, setFilename, startRenaming, startRenaming
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIDE_MOVED_DIRECTORIES_STORE

public static boolean HIDE_MOVED_DIRECTORIES_STORE

FORCE_PORTABLE_FILENAME_CHARACTER_SET

public static boolean FORCE_PORTABLE_FILENAME_CHARACTER_SET

MAX_DIRECTORY_LENGTH

public static int MAX_DIRECTORY_LENGTH

MAX_FILENAME_LENGTH

public static int MAX_FILENAME_LENGTH
Constructor Detail

RockRidgeNamingConventions

public RockRidgeNamingConventions()
Method Detail

apply

public void apply(ISO9660Directory dir)
Specified by:
apply in class NamingConventions

apply

public void apply(ISO9660File file)
Specified by:
apply in class NamingConventions

checkDuplicate

public boolean checkDuplicate(Vector duplicates,
                              String name,
                              int version)

endRenaming

public void endRenaming(ISO9660File file)
Overrides:
endRenaming in class NamingConventions

checkPathLength

public void checkPathLength(String isoPath)
Specified by:
checkPathLength in class NamingConventions


Copyright © 2013. All Rights Reserved.