|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinstalltoolkit.wix.FilenameGenarator
public class FilenameGenarator
Helper class to generate 8.3 filenames.
This class uses the IdGenarator and builds the filename from
two numbers.
Field Summary | |
---|---|
protected IdGenarator |
prefix
|
protected IdGenarator |
suffix
|
Constructor Summary | |
---|---|
FilenameGenarator()
|
Method Summary | |
---|---|
java.lang.String |
next()
Returns the next filename. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IdGenarator prefix
protected IdGenarator suffix
Constructor Detail |
---|
public FilenameGenarator()
Method Detail |
---|
public java.lang.String next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |