net.sf.jour.signature
Class APICompareConfig

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

public class APICompareConfig
extends java.lang.Object

Author:
vlads

Field Summary
 boolean allowAPIextension
          Generate error if new API member with access level public or protected has been added to class.
 boolean allowThrowsLess
           
 int apiLevel
           
 java.lang.String packages
           
 
Constructor Summary
APICompareConfig()
           
 
Method Summary
 void setCompareLevelPackage()
           
 void setCompareLevelPrivate()
           
 void setCompareLevelProtected()
           
 void setCompareLevelPublic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowAPIextension

public boolean allowAPIextension
Generate error if new API member with access level public or protected has been added to class.

See Also:
allowPackageAPIextension

allowThrowsLess

public boolean allowThrowsLess

packages

public java.lang.String packages

apiLevel

public int apiLevel
Constructor Detail

APICompareConfig

public APICompareConfig()
Method Detail

setCompareLevelPublic

public void setCompareLevelPublic()

setCompareLevelProtected

public void setCompareLevelProtected()

setCompareLevelPackage

public void setCompareLevelPackage()

setCompareLevelPrivate

public void setCompareLevelPrivate()


Copyright © 2004-2008 pyx4j.com. All Rights Reserved.