net.sf.jour.signature
Class Generator

java.lang.Object
  extended by net.sf.jour.signature.Generator

public class Generator
extends java.lang.Object

Author:
vlads

Field Summary
protected static Logger log
           
 
Constructor Summary
Generator(java.util.Properties properties)
           
Generator(java.lang.String sources, java.lang.String packages, java.lang.String reportFile, java.lang.String filterLevel)
           
 
Method Summary
 java.util.List getClassNames()
           
 java.lang.String getReportFile()
           
 boolean isUseSystemClassPath()
           
 void process()
           
 void process(javassist.ClassPool classPool, java.util.List processClassNames)
           
 void setUseSystemClassPath(boolean useSystemClassPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log
Constructor Detail

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)
Method Detail

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.