Package org.eclipse.steady.sign
Class SignatureAnalysis
- java.lang.Object
-
- org.eclipse.steady.sign.SignatureAnalysis
-
public class SignatureAnalysis extends Object
SignatureAnalysis class.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSignatureAnalysis()Constructor for SignatureAnalysis.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()execute.static SignatureAnalysisgetInstance()Getter for the fieldinstance.voidsetApp(Application _a)Setter for the fieldapp.voidsetBug(String _bugs)setBug.voidsetBugs(StringList _bugs)Setter for the fieldbugs.voidsetCLParameter(String _param, String _value)setCLParameter.voidsetIsCli(Boolean _iscli)setIsCli.voidsetPath(Path _p)setPath.voidsetUrlClassLoader(URLClassLoader _ucl)setUrlClassLoader.
-
-
-
Method Detail
-
getInstance
public static SignatureAnalysis getInstance()
Getter for the field
instance.- Returns:
- a
SignatureAnalysisobject.
-
setUrlClassLoader
public void setUrlClassLoader(URLClassLoader _ucl)
setUrlClassLoader.
- Parameters:
_ucl- aURLClassLoaderobject.
-
setApp
public void setApp(Application _a)
Setter for the field
app.- Parameters:
_a- aApplicationobject.
-
setBugs
public void setBugs(StringList _bugs)
Setter for the field
bugs.- Parameters:
_bugs- aStringListobject.
-
-