akka.actor
Class ActorPathExtractor$

java.lang.Object
  extended by akka.actor.ActorPathExtractor$

public class ActorPathExtractor$
extends java.lang.Object

Given an ActorPath it returns the Address and the path elements if the path is well-formed


Field Summary
static ActorPathExtractor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ActorPathExtractor$()
           
 
Method Summary
 scala.collection.immutable.List<java.lang.String> split(java.lang.String s, java.lang.String fragment)
           
 scala.Option<scala.Tuple2<Address,scala.collection.immutable.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
 

Field Detail

MODULE$

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

Constructor Detail

ActorPathExtractor$

public ActorPathExtractor$()
Method Detail

unapply

public scala.Option<scala.Tuple2<Address,scala.collection.immutable.Iterable<java.lang.String>>> unapply(java.lang.String addr)

split

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