org.kuali.common.deploy
Class Deployable.Builder

java.lang.Object
  extended by org.kuali.common.deploy.Deployable.Builder
Enclosing class:
Deployable

public static class Deployable.Builder
extends Object


Constructor Summary
Deployable.Builder(String local, String remote)
           
 
Method Summary
 Deployable build()
           
 Deployable.Builder filter(boolean filter)
           
 Deployable.Builder permissions(String permissions)
          Can't be the empty string or all whitespace.
 Deployable.Builder required(boolean required)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployable.Builder

public Deployable.Builder(String local,
                          String remote)
Method Detail

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.