com.github.dreamhead.moco
Class MocoMount

java.lang.Object
  extended by com.github.dreamhead.moco.MocoMount

public class MocoMount
extends java.lang.Object


Constructor Summary
MocoMount()
           
 
Method Summary
static MountPredicate exclude(java.lang.String wildcard)
           
static MountPredicate include(java.lang.String wildcard)
           
static MountTo to(java.lang.String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MocoMount

public MocoMount()
Method Detail

to

public static MountTo to(java.lang.String target)

include

public static MountPredicate include(java.lang.String wildcard)

exclude

public static MountPredicate exclude(java.lang.String wildcard)