org.plovr
Class CustomPassConfig

java.lang.Object
  extended by org.plovr.CustomPassConfig

public class CustomPassConfig
extends Object


Nested Class Summary
static class CustomPassConfig.CustomPassConfigDeserializer
          Unfortunately, CustomPassConfig needs a custom deserializer because "class" is a Java keyword, so having a getClass() setter that returns a String is problematic.
 
Constructor Summary
CustomPassConfig()
           
 
Method Summary
 String getClassName()
           
 CustomPassExecutionTime getWhen()
           
 void setClassName(String className)
           
 void setWhen(CustomPassExecutionTime when)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomPassConfig

public CustomPassConfig()
Method Detail

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getWhen

public CustomPassExecutionTime getWhen()

setWhen

public void setWhen(CustomPassExecutionTime when)