com.googlecode.svntask.command
Class Ls
java.lang.Object
org.apache.tools.ant.ProjectComponent
com.googlecode.svntask.Command
com.googlecode.svntask.command.Ls
- All Implemented Interfaces:
- java.lang.Cloneable
public class Ls
- extends Command
Used for executing ls update. Defaults delimeter character to ','.
Returns the concat of each name plus the delimeter char in the "svn.ls" property.
- Author:
- scotthernandez
Field Summary |
protected java.lang.Character |
delimeter
|
protected org.tmatesoft.svn.core.SVNNodeKind |
filterType
|
protected java.lang.String |
password
|
protected java.lang.String |
path
|
protected java.lang.String |
propertyName
|
protected java.lang.String |
repo
|
protected org.tmatesoft.svn.core.wc.SVNRevision |
revision
|
protected java.lang.String |
user
|
Fields inherited from class org.apache.tools.ant.ProjectComponent |
description, location, project |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected java.lang.String path
revision
protected org.tmatesoft.svn.core.wc.SVNRevision revision
delimeter
protected java.lang.Character delimeter
repo
protected java.lang.String repo
user
protected java.lang.String user
password
protected java.lang.String password
filterType
protected org.tmatesoft.svn.core.SVNNodeKind filterType
propertyName
protected java.lang.String propertyName
Ls
public Ls()
execute
public void execute()
throws java.lang.Exception
- Specified by:
execute
in class Command
- Throws:
java.lang.Exception
validateAttributes
protected void validateAttributes()
throws java.lang.Exception
- Specified by:
validateAttributes
in class Command
- Throws:
java.lang.Exception
setFilterType
public void setFilterType(java.lang.String type)
setFilterContains
public void setFilterContains(java.lang.String contains)
setPassword
public void setPassword(java.lang.String pass)
setUsername
public void setUsername(java.lang.String user)
setRepository
public void setRepository(java.lang.String repo)
setPath
public void setPath(java.lang.String path)
setDelimeter
public void setDelimeter(java.lang.Character del)
setRevision
public void setRevision(long revision)
setProperty
public void setProperty(java.lang.String propName)
Copyright © 2011 Jon Scott Stevens. All Rights Reserved. Build version: 1.0.8