|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Configuration.HandleFileResponseConfig.FetchFileRequestConfig
For SnF FetchFile request.
| Method Summary | |
|---|---|
java.lang.String |
getPhysicalDirectoryName()
Gets the physical directory name. |
java.lang.String |
getPhysicalDirectoryStyle()
Gets the physical directory style (Pattern or Literal). |
java.lang.String |
getPhysicalFileName()
Gets the physical file name. |
java.lang.String |
getPhysicalFileStyle()
Gets the physical file style (Pattern or Literal). |
boolean |
isPhysicalDirectoryLiteral()
Checks whether the physical directory style is Literal. |
boolean |
isPhysicalDirectoryPattern()
Checks whether the physical directory style is Pattern. |
boolean |
isPhysicalFileLiteral()
Checks whether the physical file style is Literal. |
boolean |
isPhysicalFilePattern()
Checks whether the physical file style is Pattern. |
void |
setPhysicalDirectoryName(java.lang.String physicalDirectoryName)
Sets the physical directory name. |
void |
setPhysicalDirectoryStyle(java.lang.String physicalDirectoryStyle)
Sets the physical directory style (Pattern or Literal). |
void |
setPhysicalFileName(java.lang.String physicalFileName)
Sets the physical file name. |
void |
setPhysicalFileStyle(java.lang.String physicalFileStyle)
Sets the physical file style (Pattern or Literal). |
void |
validate()
Validate method. |
| Method Detail |
|---|
java.lang.String getPhysicalDirectoryName()
String - Returns physical directory name.
java.lang.String getPhysicalDirectoryStyle()
String - Returns physical directory style.
boolean isPhysicalDirectoryPattern()
boolean - Returns true or false.
boolean isPhysicalDirectoryLiteral()
boolean - Returns true or false.
java.lang.String getPhysicalFileName()
String - Returns physical file name.
java.lang.String getPhysicalFileStyle()
String - Returns physical file style.
boolean isPhysicalFilePattern()
boolean - Returns true or false.
boolean isPhysicalFileLiteral()
boolean - Returns true or false.
void setPhysicalDirectoryName(java.lang.String physicalDirectoryName)
throws SAGApplicationException
physicalDirectoryName - The physical directory name
SAGApplicationException - upon error.
void setPhysicalDirectoryStyle(java.lang.String physicalDirectoryStyle)
throws SAGApplicationException
physicalDirectoryStyle - The physical directory style
SAGApplicationException - upon error.
void setPhysicalFileName(java.lang.String physicalFileName)
throws SAGApplicationException
physicalFileName - The physical file name
SAGApplicationException - upon error.
void setPhysicalFileStyle(java.lang.String physicalFileStyle)
throws SAGApplicationException
physicalFileStyle - The physical file style
SAGApplicationException - upon error.
void validate()
throws SAGApplicationException
SAGApplicationException - upon error.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||