|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileProperty
A property interface for browsing or selecting a single file.
The representation is java.io.File
.
Method Summary | |
---|---|
String[] |
getFileExtensions()
Represents the file extensions to perform filtering of files. |
boolean |
mustExist()
Denotes whether the file must exist or not. |
Methods inherited from interface commonj.connector.metadata.discovery.properties.SingleValuedProperty |
---|
getValue, getValueAsString, setValue, setValueAsString |
Methods inherited from interface commonj.connector.metadata.discovery.properties.SingleTypedProperty |
---|
getPropertyType |
Methods inherited from interface commonj.connector.metadata.discovery.properties.Property |
---|
getValidationMessage, isSet, isValid, unSet |
Methods inherited from interface commonj.connector.metadata.discovery.properties.PropertyDescriptor |
---|
addPropertyChangeListener, clone, getDescription, getDisplayName, getID, getName, isEnabled, removePropertyChangeListener |
Method Detail |
---|
String[] getFileExtensions()
null
if there
are no filters.boolean mustExist()
true
. Otherwise, return false
.
true
if file must exist,
false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |