java.lang.Object
org.palladiosimulator.protocom.framework.java.se.utils.RunProperties

public class RunProperties extends Object
  • Constructor Details

    • RunProperties

      public RunProperties(org.apache.commons.cli.CommandLine cmdLine, org.apache.commons.cli.Options options)
  • Method Details

    • getOptionValue

      public String getOptionValue(char opt)
    • getOptionValue

      public String getOptionValue(String opt)
    • hasOption

      public boolean hasOption(char opt)
    • hasOption

      public boolean hasOption(String opt)
    • getOptionObject

      public Object getOptionObject(char opt)
    • getOptionObject

      public Object getOptionObject(String opt)