com.sap.netweaver.bc.uwl.admin

Class ConfigurationFile

java.lang.Object
  extended bycom.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.


Constructor Summary
ConfigurationFile(String fName, String type, byte[] fileData)
           
 
Method Summary
 String getContentType()
           
 byte[] getData()
          Non null contents of the file
 String getFileName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationFile

public ConfigurationFile(String fName,
                         String type,
                         byte[] fileData)
Method Detail

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