|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SetFileAttributesOptions | |
|---|---|
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.option.server | |
| com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
| Uses of SetFileAttributesOptions in com.perforce.p4java.impl.mapbased.server |
|---|
| Methods in com.perforce.p4java.impl.mapbased.server with parameters of type SetFileAttributesOptions | |
|---|---|
List<IFileSpec> |
Server.setFileAttributes(List<IFileSpec> files,
Map<String,String> attributes,
SetFileAttributesOptions opts)
|
List<IFileSpec> |
Server.setFileAttributes(List<IFileSpec> files,
String attributeName,
InputStream inStream,
SetFileAttributesOptions opts)
|
| Uses of SetFileAttributesOptions in com.perforce.p4java.option.server |
|---|
| Methods in com.perforce.p4java.option.server that return SetFileAttributesOptions | |
|---|---|
SetFileAttributesOptions |
SetFileAttributesOptions.setHexValue(boolean hexValue)
|
SetFileAttributesOptions |
SetFileAttributesOptions.setPropagateAttributes(boolean propagateAttributes)
|
SetFileAttributesOptions |
SetFileAttributesOptions.setSetOnSubmittedFiles(boolean setOnSubmittedFiles)
|
| Uses of SetFileAttributesOptions in com.perforce.p4java.server |
|---|
| Methods in com.perforce.p4java.server with parameters of type SetFileAttributesOptions | |
|---|---|
List<IFileSpec> |
IOptionsServer.setFileAttributes(List<IFileSpec> files,
Map<String,String> attributes,
SetFileAttributesOptions opts)
Set file attributes on one or more files (unsupported). |
List<IFileSpec> |
IOptionsServer.setFileAttributes(List<IFileSpec> files,
String attributeName,
InputStream inStream,
SetFileAttributesOptions opts)
Set a file attribute on one or more files using the passed-in input stream as the source for the attribute's value (unsupported). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||