com.sap.netweaver.bc.uwl.admin
Class ConfigurationFile
java.lang.Object
com.sap.netweaver.bc.uwl.admin.ConfigurationFile
- public final class ConfigurationFile
- extends Object
Represents one file structure for registation. Contains fileName which is
used to identify if it is a ZIP file or XML file, and the contents of the
file as bytes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationFile
public ConfigurationFile(String fName,
String type,
byte[] fileData)
getFileName
public String getFileName()
- Returns:
- non null file name
getContentType
public String getContentType()
- Returns:
getData
public byte[] getData()
- Non null contents of the file
Copyright 2006 SAP AG Complete Copyright Notice