org.kuali.common.deploy
Class Deployable.Builder
java.lang.Object
org.kuali.common.deploy.Deployable.Builder
- Enclosing class:
- Deployable
public static class Deployable.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deployable.Builder
public Deployable.Builder(String local,
String remote)
filter
public Deployable.Builder filter(boolean filter)
required
public Deployable.Builder required(boolean required)
permissions
public Deployable.Builder permissions(String permissions)
- Can't be the empty string or all whitespace.
null
and the magic strings "NONE" and "NULL" are all allowed and mean the same thing. (ie no explicit
permissions will be set on the remote machine for this deployable).
build
public Deployable build()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.