|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.stephenc.javaisotools.rockridge.impl.RockRidgeConfig
public class RockRidgeConfig
| Constructor Summary | |
|---|---|
RockRidgeConfig()
|
|
| Method Summary | |
|---|---|
void |
forcePortableFilenameCharacterSet(boolean flag)
Force Portable Filename Character Set |
void |
hideMovedDirectoriesStore(boolean flag)
Hide directory containing relocated directories |
void |
setMaxDirectoryLength(int length)
Set maximum length of directory names |
void |
setMaxFilenameLength(int length)
Set maximum length of file names |
void |
setMkisofsCompatibility(boolean flag)
Set mkisofs Compatibility mkisofs implements version 1.09 of the Rock Ridge Interchange Protocol, whereas the current version 1.12 was adopted as an IEEE standard. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RockRidgeConfig()
| Method Detail |
|---|
public void setMkisofsCompatibility(boolean flag)
flag - Whether to use mkisofs compatibility or not
public void setMaxDirectoryLength(int length)
throws ConfigException
length - Maxiumum amount of characters
ConfigException - Invalid length
public void setMaxFilenameLength(int length)
throws ConfigException
length - Maximum amount of characters
ConfigException - Invalid lengthpublic void forcePortableFilenameCharacterSet(boolean flag)
flag - Whether to replace all characters outside the Portable Filename Character Setpublic void hideMovedDirectoriesStore(boolean flag)
flag - Whether to prefix rr_moved with a dot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||