Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

juju.reattore.server.intercept.impl
Class Target  view Target download Target.java

java.lang.Object
  extended byjuju.reattore.server.intercept.impl.Target

public class Target
extends java.lang.Object

Helper class for configuration that encapsulates a (path, interceptor) pair.


Field Summary
private  juju.reattore.server.intercept.Interceptor inter
           
private  java.lang.String path
           
 
Constructor Summary
Target()
           
 
Method Summary
 void addChild(juju.reattore.server.intercept.Interceptor inter)
          PENDING: addChild
 juju.reattore.server.intercept.Interceptor getChild()
          PENDING: getChild
 java.lang.String getPath()
          PENDING: getPath
 void setPath(java.lang.String path)
          PENDING: setPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inter

private juju.reattore.server.intercept.Interceptor inter

path

private java.lang.String path
Constructor Detail

Target

public Target()
Method Detail

addChild

public void addChild(juju.reattore.server.intercept.Interceptor inter)
PENDING: addChild


setPath

public void setPath(java.lang.String path)
PENDING: setPath


getChild

public juju.reattore.server.intercept.Interceptor getChild()
PENDING: getChild


getPath

public java.lang.String getPath()
PENDING: getPath