com.github.stephenc.javaisotools.rockridge.impl
Class RockRidgeNamingConventions
java.lang.Object
com.github.stephenc.javaisotools.iso9660.NamingConventions
com.github.stephenc.javaisotools.rockridge.impl.RockRidgeNamingConventions
public class RockRidgeNamingConventions
- extends NamingConventions
| 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 |
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
RockRidgeNamingConventions
public RockRidgeNamingConventions()
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.