org.apache.activemq.apollo.broker

DestinationParser

class DestinationParser extends PathParser

Linear Supertypes
PathParser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DestinationParser
  2. PathParser
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DestinationParser ()

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. var any_child_wildcard : String

    Definition Classes
    PathParser
  7. var any_descendant_wildcard : String

    Definition Classes
    PathParser
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def copy (other: DestinationParser): DestinationParser

  11. def copy (other: PathParser): PathParser

    Definition Classes
    PathParser
  12. def decode_filter (path: String): PathFilter

    Definition Classes
    PathParser
  13. def decode_multi_destination (value: String, unqualified: (String) ⇒ SimpleAddress = null): Array[SimpleAddress]

    Parses a destination which may or may not be a composite.

    Parses a destination which may or may not be a composite.

    value
  14. def decode_path (subject: String): Path

    Definition Classes
    PathParser
  15. def decode_path (parts: Iterable[String]): Path

    Definition Classes
    PathParser
  16. def decode_single_destination (value: String, unqualified: (String) ⇒ SimpleAddress): SimpleAddress

    Parses a non-composite destination name.

    Parses a non-composite destination name.

    value
  17. var destination_separator : String

  18. var dsub_prefix : String

  19. def encode_destination (address: DestinationAddress): String

  20. def encode_destination (addresses: Array[_ <: org.apache.activemq.apollo.broker.DestinationAddress]): String

  21. def encode_path (path: Path): String

    Definition Classes
    PathParser
  22. def encode_path_iter (parts: Iterable[String]): String

    Definition Classes
    PathParser
  23. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  27. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  28. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  29. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. var part_pattern : Pattern

    Definition Classes
    PathParser
  33. def parts (subject: String): Array[String]

    Definition Classes
    PathParser
  34. def path_parts (path: Path): Array[String]

    Definition Classes
    PathParser
  35. var path_separator : String

    Definition Classes
    PathParser
  36. var queue_prefix : String

  37. def regex_map [T] (text: String, pattern: Pattern)(func: (Either[CharSequence, Matcher]) ⇒ T): List[T]

    Definition Classes
    PathParser
  38. var regex_wildcard_end : String

    Definition Classes
    PathParser
  39. var regex_wildcard_start : String

    Definition Classes
    PathParser
  40. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  41. var temp_queue_prefix : String

  42. var temp_topic_prefix : String

  43. def toString (): String

    Definition Classes
    AnyRef → Any
  44. var topic_prefix : String

  45. def url_decode (value: String): String

    Definition Classes
    PathParser
  46. def url_encode (value: String, allowed: Pattern): String

    Definition Classes
    PathParser
  47. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. lazy val wildcard_part_pattern : Pattern

    Definition Classes
    PathParser

Inherited from PathParser

Inherited from AnyRef

Inherited from Any