public class DirectFileOutputInfo extends DirectFilePortInfo
Constructor and Description |
---|
DirectFileOutputInfo(String name,
String descriptionClass,
String basePath,
String resourcePattern,
String dataType,
String formatClass,
List<String> order,
List<String> deletePatterns)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getDeletePatterns()
Returns the delete patterns.
|
List<String> |
getOrder()
Returns the record order.
|
int |
hashCode() |
String |
toString() |
getBasePath, getDataType, getDescriptionClass, getFormatClass, getName, getResourcePattern
public DirectFileOutputInfo(String name, String descriptionClass, String basePath, String resourcePattern, String dataType, String formatClass, List<String> order, List<String> deletePatterns)
name
- the port namedescriptionClass
- the description classbasePath
- the base pathresourcePattern
- the resource patterndataType
- the data typeformatClass
- the data format classorder
- the record orderdeletePatterns
- the delete patternspublic List<String> getDeletePatterns()
public int hashCode()
hashCode
in class DirectFilePortInfo
public boolean equals(Object obj)
equals
in class DirectFilePortInfo
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.