|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.stephenc.javaisotools.iso9660.StandardConfig
com.github.stephenc.javaisotools.iso9660.impl.ISO9660Config
public class ISO9660Config
| Constructor Summary | |
|---|---|
ISO9660Config()
|
|
| Method Summary | |
|---|---|
void |
allowASCII(boolean allow)
Allow ASCII for filenames and other strings |
boolean |
allowsASCII()
Returns whether ASCII is allowed |
boolean |
dirDepthRestrictedTo8()
Returns whether the directory depth is restricted to eight levels |
void |
forceDotDelimiter(boolean force)
Force Dot Delimiter |
boolean |
getPadEnd()
|
void |
restrictDirDepthTo8(boolean restrictDirDepthTo8)
Restrict directory depth to eight levels |
void |
setApp(String app)
Set Application Identifier |
void |
setDataPreparer(String dataPreparer)
Set Data Preparer |
void |
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 |
setPadEnd(boolean padEnd)
|
void |
setPublisher(String publisher)
Set Publisher |
void |
setSystemID(String systemID)
Set System Identifier |
void |
setVolumeID(String volumeID)
Set Volume Identifier |
void |
setVolumeSetID(String volumeSetID)
Set Volume Set Identifier |
| Methods inherited from class com.github.stephenc.javaisotools.iso9660.StandardConfig |
|---|
getAbstractFile, getApp, getBibFile, getCopyrightFile, getCreateDate, getDataPreparer, getEffectiveDate, getExpireDate, getFiles, getModDate, getPublisher, getSystemID, getVolumeID, getVolumeSequenceNumber, getVolumeSetID, getVolumeSetSize, setAbstractFile, setApp, setBibFile, setCopyrightFile, setCreateDate, setDataPreparer, setEffectiveDate, setExpireDate, setModDate, setPublisher, setVolumeSequenceNumber, setVolumeSetSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISO9660Config()
| Method Detail |
|---|
public void setInterchangeLevel(int level)
throws ConfigException
level - 1, 2 or 3
ConfigException - Invalid or unsupported Interchange Levelpublic void forceDotDelimiter(boolean force)
force - Whether files must include the dot characterpublic void allowASCII(boolean allow)
allow - Whether to allow the ASCII character set for filenames and other stringspublic boolean allowsASCII()
public boolean dirDepthRestrictedTo8()
public void restrictDirDepthTo8(boolean restrictDirDepthTo8)
restrictDirDepthTo8 - Whether to limit the directory hierarchy to eight levels
public void setDataPreparer(String dataPreparer)
throws ConfigException
StandardConfig
setDataPreparer in class StandardConfigdataPreparer - Data Preparer of the volume
ConfigException - String too long
public void setPublisher(String publisher)
throws ConfigException
StandardConfig
setPublisher in class StandardConfigpublisher - Publisher of the volume
ConfigException - String too long
public void setSystemID(String systemID)
throws ConfigException
StandardConfig
setSystemID in class StandardConfigsystemID - Identifier for the system that can act upon the System Area
ConfigException - String too long
public void setApp(String app)
throws ConfigException
StandardConfig
setApp in class StandardConfigapp - Application Identifier
ConfigException - String too long
public void setVolumeID(String volumeID)
throws ConfigException
StandardConfig
setVolumeID in class StandardConfigvolumeID - Identifier for the volume (disc name)
ConfigException - String too long
public void setVolumeSetID(String volumeSetID)
throws ConfigException
StandardConfig
setVolumeSetID in class StandardConfigvolumeSetID - Volume Set Identifier
ConfigException - String too longpublic void setPadEnd(boolean padEnd)
public boolean getPadEnd()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||