net.sf.maventaglib.checker
Class TagFile

java.lang.Object
  extended by net.sf.maventaglib.checker.TldItem
      extended by net.sf.maventaglib.checker.TagFile
All Implemented Interfaces:
java.lang.Comparable

public class TagFile
extends TldItem

Version:
$Id: TagFile.java 206 2010-01-31 09:37:21Z fgiust $
Author:
fgiust

Constructor Summary
TagFile()
           
 
Method Summary
 java.lang.String getPath()
          Returns the path.
 void setPath(java.lang.String path)
          Sets the path.
 
Methods inherited from class net.sf.maventaglib.checker.TldItem
compareTo, getDescription, getExample, getName, isDeprecated, setDeprecated, setDescription, setExample, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagFile

public TagFile()
Method Detail

getPath

public java.lang.String getPath()
Returns the path.

Returns:
the path

setPath

public void setPath(java.lang.String path)
Sets the path.

Parameters:
path - the path to set


Copyright © 2004-2011 Fabrizio Giustina. All Rights Reserved.