Serialized Form


Package net.haefelingerit.tagmod

Class net.haefelingerit.tagmod.Plugin extends Object implements Serializable

serialVersionUID: 2799475450873101888L

Serialized Fields

debug

boolean debug
A flag to enable individual debugging. See also Plugin.setDebug(boolean).


properties

Hashtable<K,V> properties
A hash table for all those properties to be passed down to the build engine, see also Plugin.getProperties().


file

File file
The file to read and parse tag related actions from, see also Plugin.setFile(File).


stem

String stem
The prefix to use for naming properties, see also Plugin.setStem(String).


parser

Parser parser
The parser to use for parsing tag related actions from.


mods

List<E> mods
The list of modifications, see also Plugin.getModifications(Date, Date)



Copyright © 2009. All Rights Reserved.