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

java.lang.Object
  extended by com.github.stephenc.javaisotools.iso9660.impl.ISO9660Factory
      extended by com.github.stephenc.javaisotools.iso9660.impl.ISO9660RockRidgeFactory

public class ISO9660RockRidgeFactory
extends ISO9660Factory


Constructor Summary
ISO9660RockRidgeFactory(StreamHandler streamHandler, StandardConfig config, LayoutHelper helper, ISO9660RootDirectory root, ISO9660RootDirectory isoRoot, HashMap volumeFixups)
           
 
Method Summary
 void applyNamingConventions()
           
 void doDRA()
           
 void relocateDirectories()
           
 
Methods inherited from class com.github.stephenc.javaisotools.iso9660.impl.ISO9660Factory
doEmptyFileFixups, doFileFixup, doPT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISO9660RockRidgeFactory

public ISO9660RockRidgeFactory(StreamHandler streamHandler,
                               StandardConfig config,
                               LayoutHelper helper,
                               ISO9660RootDirectory root,
                               ISO9660RootDirectory isoRoot,
                               HashMap volumeFixups)
Method Detail

applyNamingConventions

public void applyNamingConventions()
                            throws HandlerException
Overrides:
applyNamingConventions in class ISO9660Factory
Throws:
HandlerException

relocateDirectories

public void relocateDirectories()
Overrides:
relocateDirectories in class ISO9660Factory

doDRA

public void doDRA()
           throws HandlerException
Overrides:
doDRA in class ISO9660Factory
Throws:
HandlerException


Copyright © 2013. All Rights Reserved.