MCPcopy Create free account
hub / github.com/apache/ant / supportsNonFileResources

Method supportsNonFileResources

src/main/org/apache/tools/ant/taskdefs/Copy.java:1008–1010  ·  view source on GitHub ↗

Whether this task can deal with non-file resources. <copy> can while <move> can't since we don't know how to remove non-file resources. This implementation returns true only if this task is <copy>. Any subclass of this class that also wants to support non-file resource

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

executeMethod · 0.95
validateAttributesMethod · 0.95

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected