Class SVNWCContext.NodePresence

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.NodePresence
Enclosing class:
SVNWCContext

public static class SVNWCContext.NodePresence extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
    boolean
     
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • isNotPresent

      public boolean isNotPresent
    • isExcluded

      public boolean isExcluded
    • isServerExcluded

      public boolean isServerExcluded
  • Constructor Details

    • NodePresence

      public NodePresence()