net.sourceforge.hiveutils.service.impl
Class PropertyFileContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by net.sourceforge.hiveutils.service.impl.PropertyFileContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class PropertyFileContribution
extends org.apache.hivemind.impl.BaseLocatable

Author:
Jean-Francois Poilpret

Constructor Summary
PropertyFileContribution()
           
 
Method Summary
 java.lang.String getFile()
           
 java.lang.String getProperty()
           
 void setFile(java.lang.String path)
           
 void setProperty(java.lang.String property)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyFileContribution

public PropertyFileContribution()
Method Detail

setFile

public void setFile(java.lang.String path)

getFile

public java.lang.String getFile()

setProperty

public void setProperty(java.lang.String property)

getProperty

public java.lang.String getProperty()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object