com.github.stephenc.javaisotools.iso9660.impl
Class ISO9660NamingConventions

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

public class ISO9660NamingConventions
extends NamingConventions


Field Summary
static boolean FORCE_DOT_DELIMITER
           
static boolean FORCE_ISO9660_CHARSET
           
static int INTERCHANGE_LEVEL
           
 
Fields inherited from class com.github.stephenc.javaisotools.iso9660.NamingConventions
VERBOSE
 
Constructor Summary
ISO9660NamingConventions()
           
 
Method Summary
 void addDuplicate(Vector duplicates, String name, int version)
           
 void apply(ISO9660Directory dir)
           
 void apply(ISO9660File file)
           
 boolean checkFilenameEquality(String name1, String name2)
           
 void checkPathLength(String isoPath)
           
 void init()
           
 
Methods inherited from class com.github.stephenc.javaisotools.iso9660.NamingConventions
addDuplicate, addExtensionMapping, checkDuplicate, checkDuplicate, endRenaming, 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

INTERCHANGE_LEVEL

public static int INTERCHANGE_LEVEL

FORCE_ISO9660_CHARSET

public static boolean FORCE_ISO9660_CHARSET

FORCE_DOT_DELIMITER

public static boolean FORCE_DOT_DELIMITER
Constructor Detail

ISO9660NamingConventions

public ISO9660NamingConventions()
Method Detail

apply

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

apply

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

init

public void init()

addDuplicate

public void addDuplicate(Vector duplicates,
                         String name,
                         int version)

checkFilenameEquality

public boolean checkFilenameEquality(String name1,
                                     String name2)
Overrides:
checkFilenameEquality in class NamingConventions

checkPathLength

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


Copyright © 2013. All Rights Reserved.