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

java.lang.Object
  extended by com.github.stephenc.javaisotools.iso9660.impl.ISO9660Factory
Direct Known Subclasses:
ISO9660RockRidgeFactory

public class ISO9660Factory
extends Object


Constructor Summary
ISO9660Factory(StreamHandler streamHandler, StandardConfig config, LayoutHelper helper, ISO9660RootDirectory root, HashMap volumeFixups)
           
 
Method Summary
 void applyNamingConventions()
           
 void doDRA()
           
 void doEmptyFileFixups()
           
 void doFileFixup(ISO9660File file)
           
 void doPT(Object type)
           
 void relocateDirectories()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISO9660Factory

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

applyNamingConventions

public void applyNamingConventions()
                            throws HandlerException
Throws:
HandlerException

relocateDirectories

public void relocateDirectories()

doPT

public void doPT(Object type)
          throws HandlerException
Throws:
HandlerException

doDRA

public void doDRA()
           throws HandlerException
Throws:
HandlerException

doFileFixup

public void doFileFixup(ISO9660File file)
                 throws HandlerException
Throws:
HandlerException

doEmptyFileFixups

public void doEmptyFileFixups()
                       throws HandlerException
Throws:
HandlerException


Copyright © 2013. All Rights Reserved.