|
||||||||||
| 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.joliet.impl.JolietConfig
public class JolietConfig
| Constructor Summary | |
|---|---|
JolietConfig()
|
|
| Method Summary | |
|---|---|
void |
forceDotDelimiter(boolean force)
Force Dot Delimiter |
int |
getUCS2Level()
Returns active UCS-2 Level |
ByteArrayDataReference |
getUCS2LevelEscapeSequence()
Returns UCS-2 level Escape Sequences |
void |
setApp(String app)
Set Application Identifier |
void |
setDataPreparer(String dataPreparer)
Set Data Preparer |
void |
setPublisher(String publisher)
Set Publisher |
void |
setSystemID(String systemID)
Set System Identifier |
void |
setUCS2Level(int level)
Set UCS-2 Level |
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 JolietConfig()
| Method Detail |
|---|
public void forceDotDelimiter(boolean force)
force - Whether files must include the dot character
public void setUCS2Level(int level)
throws ConfigException
level - 1, 2 or 3
ConfigException - Invalid UCS-2 levelhttp://www.nada.kth.se/i18n/ucs/unicode-iso10646-oview.htmlpublic int getUCS2Level()
public ByteArrayDataReference getUCS2LevelEscapeSequence()
public void setVolumeSetID(String volumeSetID)
throws ConfigException
StandardConfig
setVolumeSetID in class StandardConfigvolumeSetID - Volume Set Identifier
ConfigException - String too long
public void setApp(String app)
throws ConfigException
StandardConfig
setApp in class StandardConfigapp - Application Identifier
ConfigException - String too long
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 setVolumeID(String volumeID)
throws ConfigException
StandardConfig
setVolumeID in class StandardConfigvolumeID - Identifier for the volume (disc name)
ConfigException - String too long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||