Class JavaHLObjectFactory


  • public class JavaHLObjectFactory
    extends java.lang.Object
    Version:
    1.3
    Author:
    TMate Software Ltd.
    • Constructor Detail

      • JavaHLObjectFactory

        public JavaHLObjectFactory()
    • Method Detail

      • getChangeListsCollection

        public static java.util.Collection getChangeListsCollection​(java.lang.String[] changelists)
      • createStatus

        public static Status createStatus​(java.lang.String path,
                                          SVNStatus status)
      • getSVNDepth

        public static SVNDepth getSVNDepth​(int depth)
      • getConflictAction

        public static int getConflictAction​(SVNConflictAction conflictAction)
      • getSVNConflictChoice

        public static SVNConflictChoice getSVNConflictChoice​(int conflictResult)
      • getConflictReason

        public static int getConflictReason​(SVNConflictReason conflictReason)
      • getConflictKind

        public static int getConflictKind​(boolean isPropertyConflict)
      • getNodeKind

        public static int getNodeKind​(SVNNodeKind svnKind)
      • getStatusValue

        public static int getStatusValue​(SVNStatusType svnStatusType)
      • getLockStatusValue

        public static int getLockStatusValue​(SVNStatusType svnStatusType)
      • getNotifyActionValue

        public static int getNotifyActionValue​(SVNEventAction action)
      • createMergeInfo

        public static Mergeinfo createMergeInfo​(java.util.Map mergeInfo)
      • getCommitItems

        public static CommitItem[] getCommitItems​(SVNCommitItem[] commitables,
                                                  boolean isImport,
                                                  boolean isURLsOnly)
      • createLock

        public static Lock createLock​(SVNLock svnLock)
      • createInfo

        public static Info createInfo​(SVNInfo info)
      • createInfo2

        public static Info2 createInfo2​(SVNInfo info)
      • createProgressEvent

        public static ProgressEvent createProgressEvent​(long onProgress,
                                                        long total)
      • createPropertyData

        public static PropertyData createPropertyData​(java.lang.Object client,
                                                      java.lang.String path,
                                                      java.lang.String name,
                                                      SVNPropertyValue value)
      • createNotifyInformation

        public static NotifyInformation createNotifyInformation​(SVNEvent event,
                                                                java.lang.String path)
      • getLoggingLevel

        public static java.util.logging.Level getLoggingLevel​(int level)
      • infinityOrEmpty

        public static final int infinityOrEmpty​(boolean recurse)
      • infinityOrFiles

        public static final int infinityOrFiles​(boolean recurse)
      • infinityOrImmediates

        public static final int infinityOrImmediates​(boolean recurse)
      • unknownOrFiles

        public static final int unknownOrFiles​(boolean recurse)
      • unknownOrImmediates

        public static final int unknownOrImmediates​(boolean recurse)