Open Kilda Java Documentation
org.openkilda.wfm.CliArguments Class Reference

Public Member Functions

 CliArguments (String[] args) throws CmdLineException, ConfigurationException
 
Boolean getIsLocal ()
 
String getTopologyName ()
 
Integer getLocalExecutionTime ()
 
Properties getProperties ()
 

Protected Attributes

String topologyName
 
Integer localExecutionTime
 
Properties properties
 

Detailed Description

Definition at line 15 of file CliArguments.java.

Constructor & Destructor Documentation

◆ CliArguments()

org.openkilda.wfm.CliArguments.CliArguments ( String []  args) throws CmdLineException, ConfigurationException

Definition at line 30 of file CliArguments.java.

Member Function Documentation

◆ getIsLocal()

Boolean org.openkilda.wfm.CliArguments.getIsLocal ( )

Definition at line 39 of file CliArguments.java.

◆ getLocalExecutionTime()

Integer org.openkilda.wfm.CliArguments.getLocalExecutionTime ( )

Definition at line 47 of file CliArguments.java.

◆ getProperties()

Properties org.openkilda.wfm.CliArguments.getProperties ( )

Definition at line 51 of file CliArguments.java.

◆ getTopologyName()

String org.openkilda.wfm.CliArguments.getTopologyName ( )

Definition at line 43 of file CliArguments.java.

Member Data Documentation

◆ localExecutionTime

Integer org.openkilda.wfm.CliArguments.localExecutionTime
protected

Definition at line 23 of file CliArguments.java.

◆ properties

Properties org.openkilda.wfm.CliArguments.properties
protected

Definition at line 28 of file CliArguments.java.

◆ topologyName

String org.openkilda.wfm.CliArguments.topologyName
protected

Definition at line 20 of file CliArguments.java.


The documentation for this class was generated from the following file: