public class DirectFileInputInfo extends DirectFilePortInfo
| Constructor and Description |
|---|
DirectFileInputInfo(String name,
String descriptionClass,
String basePath,
String resourcePattern,
String dataType,
String formatClass,
String filterClass,
boolean optional)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFilterClass()
Returns the filter class name.
|
int |
hashCode() |
boolean |
isOptional()
Returns whether or not this input is optional.
|
String |
toString() |
getBasePath, getDataType, getDescriptionClass, getFormatClass, getName, getResourcePatternpublic DirectFileInputInfo(String name, String descriptionClass, String basePath, String resourcePattern, String dataType, String formatClass, String filterClass, boolean optional)
name - the port namedescriptionClass - the description classbasePath - the base pathresourcePattern - the resource patterndataType - the data typeformatClass - the data format classfilterClass - the filter classoptional - whether or not this is optional inputpublic String getFilterClass()
public boolean isOptional()
true if this is optional, otherwise falsepublic int hashCode()
hashCode in class DirectFilePortInfopublic boolean equals(Object obj)
equals in class DirectFilePortInfoCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.