com.javaforge.bobber.archetype.model
Class Template

java.lang.Object
  extended bycom.javaforge.bobber.archetype.model.Template
All Implemented Interfaces:
Serializable

public class Template
extends Object
implements Serializable

Represents a template in the archetype to be processed

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Template()
           
 
Method Summary
 String getDependsOnVar()
          Get If the specified variable is true, the template will be processed, otherwise skipped.
 String getFile()
          Get null
 String getModelEncoding()
           
 String getOutput()
          Get null
 void setDependsOnVar(String dependsOnVar)
          Set If the specified variable is true, the template will be processed, otherwise skipped.
 void setFile(String file)
          Set null
 void setModelEncoding(String modelEncoding)
           
 void setOutput(String output)
          Set null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Template

public Template()
Method Detail

getDependsOnVar

public String getDependsOnVar()
Get If the specified variable is true, the template will be processed, otherwise skipped.


getFile

public String getFile()
Get null


getOutput

public String getOutput()
Get null


setDependsOnVar

public void setDependsOnVar(String dependsOnVar)
Set If the specified variable is true, the template will be processed, otherwise skipped.

Parameters:
dependsOnVar -

setFile

public void setFile(String file)
Set null

Parameters:
file -

setOutput

public void setOutput(String output)
Set null

Parameters:
output -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.