This project has retired. For details please refer to its Attic page.
LensConf (Lens 2.0.1-beta-incubating API)

org.apache.lens.api
Class LensConf

java.lang.Object
  extended by org.apache.lens.api.LensConf
All Implemented Interfaces:
Serializable

public class LensConf
extends Object
implements Serializable

The Class LensConf.

See Also:
Serialized Form

Constructor Summary
LensConf()
           
 
Method Summary
 void addProperty(String key, String value)
          Adds the property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LensConf

public LensConf()
Method Detail

addProperty

public void addProperty(String key,
                        String value)
Adds the property.

Parameters:
key - the key
value - the value


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.