org.apache.ideaplugin.bean
Class ArchiveBean
java.lang.Object
org.apache.ideaplugin.bean.ArchiveBean
public class ArchiveBean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileSeparator
public String fileSeparator
ArchiveBean
public ArchiveBean()
getTempWsdls
public ArrayList getTempWsdls()
setTempWsdls
public void setTempWsdls(ArrayList tempWsdls)
getTempLibs
public ArrayList getTempLibs()
setTempLibs
public void setTempLibs(ArrayList tempLibs)
getClassLoc
public File getClassLoc()
setClassLoc
public void setClassLoc(File classLoc)
getServicelsit
public ArrayList getServicelsit()
addToServicelsit
public void addToServicelsit(ServiceObj service)
isSingleService
public boolean isSingleService()
setSingleService
public void setSingleService(boolean singleService)
isGeneretServiceDesc
public boolean isGeneretServiceDesc()
setGeneretServiceDesc
public void setGeneretServiceDesc(boolean generetServiceDesc)
getClassLocation
public ArrayList getClassLocation()
addClassLocation
public void addClassLocation(File classLocation)
getServiceXML
public String getServiceXML()
setServiceXML
public void setServiceXML(String serviceXML)
getLibs
public ArrayList getLibs()
addLibs
public void addLibs(ArrayList libs)
getWsdls
public ArrayList getWsdls()
addWsdls
public void addWsdls(File wsdl)
getOutPath
public String getOutPath()
setOutPath
public void setOutPath(String outPath)
getArchiveName
public String getArchiveName()
setArchiveName
public void setArchiveName(String archiveName)
setIncludeClass
public void setIncludeClass(boolean includeClass)
getIncludeClass
public boolean getIncludeClass()
finsh
public void finsh()
throws Exception
- Throws:
Exception
getClassLoader
public ClassLoader getClassLoader()
setClassLoader
public void setClassLoader(ClassLoader classLoader)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.