|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.caff.maze.SystemAccess.FileType
public static class SystemAccess.FileType
Just a file extension and the resource for a description of the type it defines.
Field Summary | |
---|---|
(package private) java.lang.String |
resType
I18n resource for the type descripton. |
Constructor Summary | |
---|---|
SystemAccess.FileType(java.lang.String[] extensions,
java.lang.String resType)
Constructor. |
|
SystemAccess.FileType(java.lang.String extension,
java.lang.String resType)
Constructor. |
Method Summary | |
---|---|
java.lang.String[] |
getExtensions()
Get the extensions. |
java.lang.String |
getType()
Get the type of this |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final java.lang.String resType
Constructor Detail |
---|
public SystemAccess.FileType(java.lang.String extension, java.lang.String resType)
extension
- extension (w/o dot)resType
- i18n resource for the type descriptionpublic SystemAccess.FileType(java.lang.String[] extensions, java.lang.String resType)
extensions
- extentresType
- i18n resource for the type descriptionMethod Detail |
---|
public java.lang.String[] getExtensions()
public java.lang.String getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |