Uses of Class
com.github.stephenc.javaisotools.iso9660.ConfigException

Packages that use ConfigException
com.github.stephenc.javaisotools.eltorito.impl   
com.github.stephenc.javaisotools.iso9660   
com.github.stephenc.javaisotools.iso9660.impl   
com.github.stephenc.javaisotools.joliet.impl   
com.github.stephenc.javaisotools.rockridge.impl   
 

Uses of ConfigException in com.github.stephenc.javaisotools.eltorito.impl
 

Methods in com.github.stephenc.javaisotools.eltorito.impl that throw ConfigException
 void ElToritoConfig.setEmulation(int bootMediaType)
          Set Emulation Mode
 void ElToritoConfig.setGenBootInfoTable(boolean genBootInfoTable)
          Set Boot Info Table (only allowed for no-emulation images)
 void ElToritoConfig.setIDString(String idString)
          Set Identifier String
 void ElToritoConfig.setPlatformID(int platformID)
          Set Platform Identifier
 

Constructors in com.github.stephenc.javaisotools.eltorito.impl that throw ConfigException
ElToritoConfig(File bootImage, int emulation, int platformID, String idString, int sectorCount, int loadSegment)
          El Torito Boot Image configuration
 

Uses of ConfigException in com.github.stephenc.javaisotools.iso9660
 

Methods in com.github.stephenc.javaisotools.iso9660 that throw ConfigException
 void StandardConfig.setApp(String app)
          Set Application Identifier
 void StandardConfig.setDataPreparer(String dataPreparer)
          Set Data Preparer
 void StandardConfig.setPublisher(String publisher)
          Set Publisher
 void StandardConfig.setSystemID(String systemID)
          Set System Identifier
 void StandardConfig.setVolumeID(String volumeID)
          Set Volume Identifier
 void StandardConfig.setVolumeSequenceNumber(int volSeqNo)
          Set Volume Sequence Number
 void StandardConfig.setVolumeSetID(String volumeSetID)
          Set Volume Set Identifier
 void StandardConfig.setVolumeSetSize(int volSetSize)
          Set Volume Set Size
 

Uses of ConfigException in com.github.stephenc.javaisotools.iso9660.impl
 

Methods in com.github.stephenc.javaisotools.iso9660.impl that throw ConfigException
 void ISO9660Config.setApp(String app)
           
 void ISO9660Config.setDataPreparer(String dataPreparer)
           
 void ISO9660Config.setInterchangeLevel(int level)
          Set Interchange Level
1: Filenames 8+3, directories 8 characters
2: Filenames 30, directories 31 characters
3: multiple File Sections (files > 2 GB)
 void ISO9660Config.setPublisher(String publisher)
           
 void ISO9660Config.setSystemID(String systemID)
           
 void ISO9660Config.setVolumeID(String volumeID)
           
 void ISO9660Config.setVolumeSetID(String volumeSetID)
           
 

Uses of ConfigException in com.github.stephenc.javaisotools.joliet.impl
 

Methods in com.github.stephenc.javaisotools.joliet.impl that throw ConfigException
 void JolietConfig.setApp(String app)
           
 void JolietConfig.setDataPreparer(String dataPreparer)
           
 void JolietConfig.setPublisher(String publisher)
           
 void JolietConfig.setSystemID(String systemID)
           
 void JolietConfig.setUCS2Level(int level)
          Set UCS-2 Level
 void JolietConfig.setVolumeID(String volumeID)
           
 void JolietConfig.setVolumeSetID(String volumeSetID)
           
 

Uses of ConfigException in com.github.stephenc.javaisotools.rockridge.impl
 

Methods in com.github.stephenc.javaisotools.rockridge.impl that throw ConfigException
 void RockRidgeConfig.setMaxDirectoryLength(int length)
          Set maximum length of directory names
 void RockRidgeConfig.setMaxFilenameLength(int length)
          Set maximum length of file names
 



Copyright © 2013. All Rights Reserved.