akka.actor
Class RelativeActorPath

java.lang.Object
  extended by akka.actor.RelativeActorPath

public class RelativeActorPath
extends java.lang.Object

Extractor for so-called “relative actor paths” as in “relative URI”, not in “relative to some actor”. Examples:

* "grand/child" * "/user/hello/world"


Constructor Summary
RelativeActorPath()
           
 
Method Summary
 scala.collection.immutable.List<java.lang.String> split(java.lang.String s)
           
static scala.Option<scala.collection.Iterable<java.lang.String>> unapply(java.lang.String addr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativeActorPath

public RelativeActorPath()
Method Detail

unapply

public static scala.Option<scala.collection.Iterable<java.lang.String>> unapply(java.lang.String addr)

split

public scala.collection.immutable.List<java.lang.String> split(java.lang.String s)