java.lang.Object
org.openbase.jps.core.AbstractJavaProperty<org.openbase.type.communication.ScopeType.Scope>
org.openbase.jul.communication.controller.jp.JPScope
All Implemented Interfaces:
Comparable<org.openbase.jps.core.AbstractJavaProperty>

public class JPScope extends org.openbase.jps.core.AbstractJavaProperty<org.openbase.type.communication.ScopeType.Scope>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openbase.jps.core.AbstractJavaProperty

    org.openbase.jps.core.AbstractJavaProperty.ValueType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
     

    Fields inherited from class org.openbase.jps.core.AbstractJavaProperty

    argumentIdentifiers, arguments, identifier, logger, propertyIdentifiers
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    JPScope(String[] commandIdentifiers)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
     
    protected String[]
     
     
     
    protected org.openbase.type.communication.ScopeType.Scope
     
    protected org.openbase.type.communication.ScopeType.Scope
    parse(List<String> list)
     

    Methods inherited from class org.openbase.jps.core.AbstractJavaProperty

    addArgument, addErrorReport, checkArgumentCount, checkArgumentCount, checkArgumentCountMax, checkArgumentCountMin, compareTo, getArgumentIdentifiers, getDefaultValue, getDependencyList, getErrorReport, getErrorReportMap, getOneArgumentResult, getPropertyIdentifiers, getSyntax, getValue, getValueType, isIdentified, isIdentifiered, isParsed, loadAction, match, neetToBeParsed, overwriteDefaultValue, parseArguments, registerDependingProperty, reset, setValue, toString, update, updateValue, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • COMMAND_IDENTIFIERS

      public static final String[] COMMAND_IDENTIFIERS
  • Constructor Details

    • JPScope

      public JPScope()
    • JPScope

      public JPScope(String[] commandIdentifiers)
  • Method Details

    • getPropertyDefaultValue

      protected org.openbase.type.communication.ScopeType.Scope getPropertyDefaultValue() throws org.openbase.jps.exception.JPNotAvailableException
      Specified by:
      getPropertyDefaultValue in class org.openbase.jps.core.AbstractJavaProperty<org.openbase.type.communication.ScopeType.Scope>
      Throws:
      org.openbase.jps.exception.JPNotAvailableException
    • parse

      protected org.openbase.type.communication.ScopeType.Scope parse(List<String> list) throws Exception
      Specified by:
      parse in class org.openbase.jps.core.AbstractJavaProperty<org.openbase.type.communication.ScopeType.Scope>
      Throws:
      Exception
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class org.openbase.jps.core.AbstractJavaProperty<org.openbase.type.communication.ScopeType.Scope>
    • generateArgumentIdentifiers

      protected String[] generateArgumentIdentifiers()
      Specified by:
      generateArgumentIdentifiers in class org.openbase.jps.core.AbstractJavaProperty<org.openbase.type.communication.ScopeType.Scope>
    • getDefaultExample

      public String getDefaultExample()
      Overrides:
      getDefaultExample in class org.openbase.jps.core.AbstractJavaProperty<org.openbase.type.communication.ScopeType.Scope>
    • convertIntoValidScopeComponent

      public static String convertIntoValidScopeComponent(String scopeComponent)