Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryCreate
java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<V>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation<SVNURL>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCreate
- All Implemented Interfaces:
ISvnOperationOptionsProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate java.lang.Stringprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.StringgetUuid()booleanbooleanisForce()booleanbooleanbooleanbooleanbooleanvoidsetEnableRevisionProperties(boolean enableRevisionProperties) voidsetForce(boolean force) voidsetPre14Compatible(boolean pre14Compatible) voidsetPre15Compatible(boolean pre15Compatible) voidsetPre16Compatible(boolean pre16Compatible) voidsetPre17Compatible(boolean pre17Compatible) voidsetUuid(java.lang.String uuid) voidsetWith17Compatible(boolean with17Compatible) Methods inherited from class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation
getRepositoryRoot, isChangesWorkingCopy, setRepositoryRootMethods inherited from class org.tmatesoft.svn.core.wc2.SvnOperation
addTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, initDefaults, isCancelled, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
uuid
private java.lang.String uuid -
enableRevisionProperties
private boolean enableRevisionProperties -
force
private boolean force -
pre14Compatible
private boolean pre14Compatible -
pre15Compatible
private boolean pre15Compatible -
pre16Compatible
private boolean pre16Compatible -
pre17Compatible
private boolean pre17Compatible -
with17Compatible
private boolean with17Compatible
-
-
Constructor Details
-
SvnRepositoryCreate
-
-
Method Details
-
getUuid
public java.lang.String getUuid() -
setUuid
public void setUuid(java.lang.String uuid) -
isEnableRevisionProperties
public boolean isEnableRevisionProperties() -
setEnableRevisionProperties
public void setEnableRevisionProperties(boolean enableRevisionProperties) -
isForce
public boolean isForce() -
setForce
public void setForce(boolean force) -
isPre15Compatible
public boolean isPre15Compatible() -
setPre15Compatible
public void setPre15Compatible(boolean pre15Compatible) -
isPre16Compatible
public boolean isPre16Compatible() -
setPre16Compatible
public void setPre16Compatible(boolean pre16Compatible) -
isPre17Compatible
public boolean isPre17Compatible() -
setPre17Compatible
public void setPre17Compatible(boolean pre17Compatible) -
isWith17Compatible
public boolean isWith17Compatible() -
setWith17Compatible
public void setWith17Compatible(boolean with17Compatible) -
isPre14Compatible
public boolean isPre14Compatible() -
setPre14Compatible
public void setPre14Compatible(boolean pre14Compatible)
-