com.atlassian.fisheye.spi.admin.data
Class SvnRepositoryData.SymbolicRule
java.lang.Object
com.atlassian.fisheye.spi.admin.data.SvnRepositoryData.SymbolicRule
- Enclosing class:
- SvnRepositoryData
public static class SvnRepositoryData.SymbolicRule
- extends java.lang.Object
Data object for patterns to match and extract repository structure
from Subversion paths.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvnRepositoryData.SymbolicRule
public SvnRepositoryData.SymbolicRule(java.lang.String regex,
java.lang.String name,
java.lang.String logicalPathPrefix)
SvnRepositoryData.SymbolicRule
public SvnRepositoryData.SymbolicRule(SvnRepositoryData.SymbolicRule other)
getRegex
public java.lang.String getRegex()
setRegex
public SvnRepositoryData.SymbolicRule setRegex(java.lang.String regex)
getName
public java.lang.String getName()
setName
public SvnRepositoryData.SymbolicRule setName(java.lang.String name)
getLogicalPathPrefix
public java.lang.String getLogicalPathPrefix()
setLogicalPathPrefix
public SvnRepositoryData.SymbolicRule setLogicalPathPrefix(java.lang.String logicalPathPrefix)