public abstract class ALcyFileTypeDescriptor
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ALcyFileTypeDescriptor()
Creates a new
ALcyFileTypeDescriptor . |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getDefaultExtension()
The default extension of this descriptor.
|
abstract java.lang.String |
getDisplayName()
Returns the display name of this file type descriptor.
|
abstract boolean |
includes(java.lang.String aFileName)
Returns true if the given filename is included in this file type descriptor.
|
java.lang.String |
toString()
Returns the display name of this file type descriptor.
|
protected ALcyFileTypeDescriptor()
ALcyFileTypeDescriptor
.public abstract java.lang.String getDisplayName()
public abstract boolean includes(java.lang.String aFileName)
aFileName
- The filename to test for validity.public abstract java.lang.String getDefaultExtension()
public java.lang.String toString()
toString
in class java.lang.Object
getDisplayName()