public abstract class DirectFilePortInfo extends Object
Modifier | Constructor and Description |
---|---|
protected |
DirectFilePortInfo(String name,
String descriptionClass,
String basePath,
String resourcePattern,
String dataType,
String formatClass)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBasePath()
Returns the base path.
|
String |
getDataType()
Returns the data type name.
|
String |
getDescriptionClass()
Returns the description class name.
|
String |
getFormatClass()
Returns the data format class name.
|
String |
getName()
Returns the port name.
|
String |
getResourcePattern()
Returns the resource pattern.
|
int |
hashCode() |
protected DirectFilePortInfo(String name, String descriptionClass, String basePath, String resourcePattern, String dataType, String formatClass)
name
- the port namedescriptionClass
- the description classbasePath
- the base pathresourcePattern
- the resource patterndataType
- the data typeformatClass
- the data format classpublic String getName()
public String getDescriptionClass()
public String getBasePath()
public String getResourcePattern()
public String getDataType()
public String getFormatClass()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.