Uses of Class
java.io.xsd.File

Packages that use File
java.io.xsd   
org.wso2.carbon.appfactory.svn.repository.mgt.service   
 

Uses of File in java.io.xsd
 

Fields in java.io.xsd declared as File
protected  File File.localAbsoluteFile
          field for AbsoluteFile
protected  File File.localCanonicalFile
          field for CanonicalFile
protected  File File.localParentFile
          field for ParentFile
 

Methods in java.io.xsd that return File
 File File.getAbsoluteFile()
          Auto generated getter method
 File File.getCanonicalFile()
          Auto generated getter method
 File File.getParentFile()
          Auto generated getter method
static File File.Factory.parse(XMLStreamReader reader)
          static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
 

Methods in java.io.xsd with parameters of type File
 void File.setAbsoluteFile(File param)
          Auto generated setter method
 void File.setCanonicalFile(File param)
          Auto generated setter method
 void File.setParentFile(File param)
          Auto generated setter method
 

Uses of File in org.wso2.carbon.appfactory.svn.repository.mgt.service
 

Fields in org.wso2.carbon.appfactory.svn.repository.mgt.service declared as File
protected  File CreateApplicationCheckoutDirectoryResponse.local_return
          field for _return
 

Methods in org.wso2.carbon.appfactory.svn.repository.mgt.service that return File
 File RepositoryManagementService.createApplicationCheckoutDirectory(String applicationName46)
          Auto generated method signature
 File RepositoryManagementServiceStub.createApplicationCheckoutDirectory(String applicationName95)
          Auto generated method signature
 File CreateApplicationCheckoutDirectoryResponse.get_return()
          Auto generated getter method
 

Methods in org.wso2.carbon.appfactory.svn.repository.mgt.service with parameters of type File
 void RepositoryManagementServiceCallbackHandler.receiveResultcreateApplicationCheckoutDirectory(File result)
          auto generated Axis2 call back method for createApplicationCheckoutDirectory method override this method for handling normal response from createApplicationCheckoutDirectory operation
 void CreateApplicationCheckoutDirectoryResponse.set_return(File param)
          Auto generated setter method
 



Copyright © 2015 WSO2 Inc. All rights reserved.