com.adventnet.utils.tl1
Class TL1ParamOptions

java.lang.Object
  extended by com.adventnet.utils.tl1.TL1ParamOptions

public class TL1ParamOptions
extends java.lang.Object

This class is for parsing the specified options for TL1 Agent.


Field Summary
(package private)  boolean authentication
           
(package private)  int debugLevel
           
(package private)  int tl1Port
           
 
Constructor Summary
TL1ParamOptions()
          No arg constructor.
TL1ParamOptions(java.lang.String[] args)
          Constructor for TL1ParamOptions
 
Method Summary
 boolean getAuthentication()
           
 int getDebugLevel()
           
 int getTL1Port()
          Returns the TL1 port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tl1Port

int tl1Port

debugLevel

int debugLevel

authentication

boolean authentication
Constructor Detail

TL1ParamOptions

public TL1ParamOptions()
No arg constructor.


TL1ParamOptions

public TL1ParamOptions(java.lang.String[] args)
Constructor for TL1ParamOptions

Parameters:
cmdLine - arguments
Method Detail

getTL1Port

public int getTL1Port()
Returns the TL1 port.


getDebugLevel

public int getDebugLevel()

getAuthentication

public boolean getAuthentication()