org.apache.hadoop.mapreduce.v2.app.webapp.dao
Class ConfInfo

java.lang.Object
  extended by org.apache.hadoop.mapreduce.v2.app.webapp.dao.ConfInfo

public class ConfInfo
extends Object


Field Summary
protected  String path
           
protected  ArrayList<ConfEntryInfo> property
           
 
Constructor Summary
ConfInfo()
           
ConfInfo(Job job)
           
 
Method Summary
 String getPath()
           
 ArrayList<ConfEntryInfo> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path

property

protected ArrayList<ConfEntryInfo> property
Constructor Detail

ConfInfo

public ConfInfo()

ConfInfo

public ConfInfo(Job job)
         throws IOException
Throws:
IOException
Method Detail

getProperties

public ArrayList<ConfEntryInfo> getProperties()

getPath

public String getPath()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.