com.atlassian.studio.svnimport.backend
Class ExternalCommands.Builder

java.lang.Object
  extended by com.atlassian.studio.svnimport.backend.ExternalCommands.Builder
Enclosing class:
ExternalCommands

public static class ExternalCommands.Builder
extends Object


Field Summary
static String STUDIO_SVN_IMPORT_COMMAND_PROPERTIES
          If a system property with this name points to a properties file, it be used to override the default locations of the executables.
 
Constructor Summary
ExternalCommands.Builder()
           
 
Method Summary
 ExternalCommands build()
           
 ExternalCommands.Builder setBash(String bash)
           
 ExternalCommands.Builder setBunzip2(String bunzip2)
           
 ExternalCommands.Builder setBzip2(String bzip2)
           
 ExternalCommands.Builder setChmod(String chmod)
           
 ExternalCommands.Builder setChown(String chown)
           
 ExternalCommands.Builder setGrep(String grep)
           
 ExternalCommands.Builder setGunzip(String gunzip)
           
 ExternalCommands.Builder setGzip(String gzip)
           
 ExternalCommands.Builder setMv(String mv)
           
 ExternalCommands.Builder setRm(String rm)
           
 ExternalCommands.Builder setSort(String sort)
           
 ExternalCommands.Builder setStrings(String strings)
           
 ExternalCommands.Builder setSudo(String sudo)
           
 ExternalCommands.Builder setSvn(String svn)
           
 ExternalCommands.Builder setSvnadmin(String svnadmin)
           
 ExternalCommands.Builder setSvnlook(String svnlook)
           
 ExternalCommands.Builder setSvnlookTrail(String svnlookTrail)
           
 ExternalCommands.Builder setTail(String tail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STUDIO_SVN_IMPORT_COMMAND_PROPERTIES

public static final String STUDIO_SVN_IMPORT_COMMAND_PROPERTIES
If a system property with this name points to a properties file, it be used to override the default locations of the executables.

See Also:
Constant Field Values
Constructor Detail

ExternalCommands.Builder

public ExternalCommands.Builder()
Method Detail

setSvn

public ExternalCommands.Builder setSvn(String svn)

setSvnlook

public ExternalCommands.Builder setSvnlook(String svnlook)

setSvnadmin

public ExternalCommands.Builder setSvnadmin(String svnadmin)

setGrep

public ExternalCommands.Builder setGrep(String grep)

setGzip

public ExternalCommands.Builder setGzip(String gzip)

setBzip2

public ExternalCommands.Builder setBzip2(String bzip2)

setGunzip

public ExternalCommands.Builder setGunzip(String gunzip)

setBunzip2

public ExternalCommands.Builder setBunzip2(String bunzip2)

setTail

public ExternalCommands.Builder setTail(String tail)

setBash

public ExternalCommands.Builder setBash(String bash)

setSort

public ExternalCommands.Builder setSort(String sort)

setSvnlookTrail

public ExternalCommands.Builder setSvnlookTrail(String svnlookTrail)

setChmod

public ExternalCommands.Builder setChmod(String chmod)

setChown

public ExternalCommands.Builder setChown(String chown)

setMv

public ExternalCommands.Builder setMv(String mv)

setRm

public ExternalCommands.Builder setRm(String rm)

setStrings

public ExternalCommands.Builder setStrings(String strings)

setSudo

public ExternalCommands.Builder setSudo(String sudo)

build

public ExternalCommands build()


Copyright © 2002-2012 Atlassian. All Rights Reserved.