org.codehaus.mojo.freeform.project
Class FileProperty

java.lang.Object
  extended by org.codehaus.mojo.freeform.project.Property
      extended by org.codehaus.mojo.freeform.project.FileProperty
All Implemented Interfaces:
Serializable

public class FileProperty
extends Property
implements Serializable

null

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

Constructor Summary
FileProperty()
           
 
Method Summary
 String getLocation()
          Get null
 String getModelEncoding()
           
 void setLocation(String location)
          Set null
 void setModelEncoding(String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileProperty

public FileProperty()
Method Detail

getLocation

public String getLocation()
Get null


setLocation

public void setLocation(String location)
Set null

Parameters:
location -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Overrides:
setModelEncoding in class Property

getModelEncoding

public String getModelEncoding()
Overrides:
getModelEncoding in class Property


Copyright © 2005-2011 Codehaus. All Rights Reserved.