Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.NodeCopyFromField
-
Packages that use SVNWCContext.NodeCopyFromField Package Description org.tmatesoft.svn.core.internal.wc17 -
-
Uses of SVNWCContext.NodeCopyFromField in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNWCContext.NodeCopyFromField Modifier and Type Method Description static SVNWCContext.NodeCopyFromField
SVNWCContext.NodeCopyFromField. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SVNWCContext.NodeCopyFromField[]
SVNWCContext.NodeCopyFromField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCContext.NodeCopyFromField Modifier and Type Method Description SVNWCContext.NodeCopyFromInfo
SVNWCContext. getNodeCopyFromInfo(java.io.File localAbsPath, SVNWCContext.NodeCopyFromField... fields)
-