Uses of Class
net.nicoulaj.maven.plugins.soot.SootMojo.SourcePrecedence

Uses of SootMojo.SourcePrecedence in net.nicoulaj.maven.plugins.soot
 

Fields in net.nicoulaj.maven.plugins.soot declared as SootMojo.SourcePrecedence
protected  SootMojo.SourcePrecedence SootMojo.sourcePrecedence
          Sets format as Soot's preference for the type of source files to read when it looks for a class.
 

Methods in net.nicoulaj.maven.plugins.soot that return SootMojo.SourcePrecedence
static SootMojo.SourcePrecedence SootMojo.SourcePrecedence.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SootMojo.SourcePrecedence[] SootMojo.SourcePrecedence.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012-2013. All Rights Reserved.