org.apache.ideaplugin.bean
Class ArchiveBean

java.lang.Object
  extended by org.apache.ideaplugin.bean.ArchiveBean

public class ArchiveBean
extends Object


Field Summary
 String fileSeparator
           
 
Constructor Summary
ArchiveBean()
           
 
Method Summary
 void addClassLocation(File classLocation)
           
 void addLibs(ArrayList libs)
           
 void addToServicelsit(ServiceObj service)
           
 void addWsdls(File wsdl)
           
 void finsh()
           
 String getArchiveName()
           
 ClassLoader getClassLoader()
           
 File getClassLoc()
           
 ArrayList getClassLocation()
           
 boolean getIncludeClass()
           
 ArrayList getLibs()
           
 String getOutPath()
           
 ArrayList getServicelsit()
           
 String getServiceXML()
           
 ArrayList getTempLibs()
           
 ArrayList getTempWsdls()
           
 ArrayList getWsdls()
           
 boolean isGeneretServiceDesc()
           
 boolean isSingleService()
           
 void setArchiveName(String archiveName)
           
 void setClassLoader(ClassLoader classLoader)
           
 void setClassLoc(File classLoc)
           
 void setGeneretServiceDesc(boolean generetServiceDesc)
           
 void setIncludeClass(boolean includeClass)
           
 void setOutPath(String outPath)
           
 void setServiceXML(String serviceXML)
           
 void setSingleService(boolean singleService)
           
 void setTempLibs(ArrayList tempLibs)
           
 void setTempWsdls(ArrayList tempWsdls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileSeparator

public String fileSeparator
Constructor Detail

ArchiveBean

public ArchiveBean()
Method Detail

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.