commonj.connector.metadata.discovery.properties.extensions
Interface FolderProperty

All Superinterfaces:
Cloneable, Property, PropertyDescriptor, SingleTypedProperty, SingleValuedProperty

public interface FolderProperty
extends SingleValuedProperty

A property interface for browsing or selecting a single folder. The representation is java.io.File.

Since:
1.1

Method Summary
 boolean mustExist()
          Denotes whether the folder 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

mustExist

boolean mustExist()
Denotes whether the folder must exist or not. If the folder must exist on the file system, return true. Otherwise, return false .

Returns:
true if folder must exist, false otherwise