ijgen.generator.params
Class Path

java.lang.Object
  extended by ijgen.generator.params.Path

public class Path
extends java.lang.Object

Author:
Detelin Zlatev Handles the path element in ant task description.

Constructor Summary
Path()
           
 
Method Summary
 java.lang.String getModelsDirectory()
          Gets the directory where the models are stored.
 java.lang.String getTemplatesDirectory()
          Gets the directory where the templates are stored.
 void setModelsDirectory(java.lang.String modelsDirectory)
          Sets the directory where the models are stored.
 void setTemplatesDirectory(java.lang.String templatesDirectory)
          Sets the directory where the templates are stored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path()
Method Detail

getModelsDirectory

public java.lang.String getModelsDirectory()
Gets the directory where the models are stored.

Returns:
directory

setModelsDirectory

public void setModelsDirectory(java.lang.String modelsDirectory)
Sets the directory where the models are stored.

Parameters:
modelsDirectory - directory

getTemplatesDirectory

public java.lang.String getTemplatesDirectory()
Gets the directory where the templates are stored.

Returns:
directory

setTemplatesDirectory

public void setTemplatesDirectory(java.lang.String templatesDirectory)
Sets the directory where the templates are stored.

Parameters:
templatesDirectory - directory


Copyright © 2010 Detelin Zlatev. All Rights Reserved.