org.drools.io.impl
Class ResourceChangeScannerConfigurationImpl

java.lang.Object
  extended by org.drools.io.impl.ResourceChangeScannerConfigurationImpl
All Implemented Interfaces:
org.drools.io.ResourceChangeScannerConfiguration, org.drools.PropertiesConfiguration

public class ResourceChangeScannerConfigurationImpl
extends Object
implements org.drools.io.ResourceChangeScannerConfiguration


Constructor Summary
ResourceChangeScannerConfigurationImpl()
           
ResourceChangeScannerConfigurationImpl(Properties properties)
           
 
Method Summary
 int getInterval()
           
 String getProperty(String name)
           
 void setInterval(int interval)
           
 void setProperty(String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceChangeScannerConfigurationImpl

public ResourceChangeScannerConfigurationImpl()

ResourceChangeScannerConfigurationImpl

public ResourceChangeScannerConfigurationImpl(Properties properties)
Method Detail

setProperty

public void setProperty(String name,
                        String value)
Specified by:
setProperty in interface org.drools.PropertiesConfiguration

getProperty

public String getProperty(String name)
Specified by:
getProperty in interface org.drools.PropertiesConfiguration

getInterval

public int getInterval()

setInterval

public void setInterval(int interval)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.