akka.actor
Class ActorPath$

java.lang.Object
  extended by akka.actor.ActorPath$
All Implemented Interfaces:
java.io.Serializable

public class ActorPath$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ActorPath$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ActorPath$()
           
 
Method Summary
 scala.util.matching.Regex ElementRegex()
          This Regular Expression is used to validate a path element (Actor Name).
 ActorPath fromString(java.lang.String s)
          Parse string as actor path; throws java.net.MalformedURLException if unable to do so.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ActorPath$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ActorPath$

public ActorPath$()
Method Detail

fromString

public ActorPath fromString(java.lang.String s)
Parse string as actor path; throws java.net.MalformedURLException if unable to do so.


ElementRegex

public scala.util.matching.Regex ElementRegex()
This Regular Expression is used to validate a path element (Actor Name). Since Actors form a tree, it is addressable using an URL, therefor an Actor Name has to conform to: http://www.ietf.org/rfc/rfc2396.txt