public class ActorPath$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static ActorPath$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ActorPath$() |
Modifier and Type | Method and Description |
---|---|
scala.util.matching.Regex |
ElementRegex()
This Regular Expression is used to validate a path element (Actor Name).
|
scala.collection.immutable.Iterable<java.lang.String> |
emptyActorPath() |
ActorPath |
fromString(java.lang.String s)
Parse string as actor path; throws java.net.MalformedURLException if unable to do so.
|
public static final ActorPath$ MODULE$
public ActorPath fromString(java.lang.String s)
public scala.util.matching.Regex ElementRegex()
public final scala.collection.immutable.Iterable<java.lang.String> emptyActorPath()