Uses of Class
org.tmatesoft.svn.core.wc.ISVNAddParameters.Action
Packages that use ISVNAddParameters.Action
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of ISVNAddParameters.Action in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNAddParameters.ActionModifier and TypeFieldDescriptionstatic final ISVNAddParameters.Action
ISVNAddParameters.ADD_AS_BINARY
Rules to add a file as binary.static final ISVNAddParameters.Action
ISVNAddParameters.ADD_AS_IS
Rules to add a file ad is.static final ISVNAddParameters.Action
ISVNAddParameters.REPORT_ERROR
Rules not to add file but to report an error, i.e.Methods in org.tmatesoft.svn.core.wc that return ISVNAddParameters.ActionModifier and TypeMethodDescriptionISVNAddParameters.onInconsistentEOLs
(File file) Receives a file with inconsistent EOLs and returns an action which should be performed against this file.