net.sf.jour.signature
Class Generator
java.lang.Object
net.sf.jour.signature.Generator
public class Generator
- extends java.lang.Object
- Author:
- vlads
Constructor Summary |
Generator(java.util.Properties properties)
|
Generator(java.lang.String sources,
java.lang.String packages,
java.lang.String reportFile,
java.lang.String filterLevel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Logger log
Generator
public Generator(java.util.Properties properties)
Generator
public Generator(java.lang.String sources,
java.lang.String packages,
java.lang.String reportFile,
java.lang.String filterLevel)
process
public void process()
throws java.io.IOException,
javassist.NotFoundException
- Throws:
java.io.IOException
javassist.NotFoundException
process
public void process(javassist.ClassPool classPool,
java.util.List processClassNames)
throws java.io.IOException,
javassist.NotFoundException
- Throws:
java.io.IOException
javassist.NotFoundException
getClassNames
public java.util.List getClassNames()
getReportFile
public java.lang.String getReportFile()
isUseSystemClassPath
public boolean isUseSystemClassPath()
- Returns:
- the useSystemClassPath
setUseSystemClassPath
public void setUseSystemClassPath(boolean useSystemClassPath)
- Parameters:
useSystemClassPath
- the useSystemClassPath to set
Copyright © 2004-2008 pyx4j.com. All Rights Reserved.