Uses of Interface
com.perforce.p4java.admin.IDiskSpace

Packages that use IDiskSpace
com.perforce.p4java.impl.generic.admin   
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IDiskSpace in com.perforce.p4java.impl.generic.admin
 

Classes in com.perforce.p4java.impl.generic.admin that implement IDiskSpace
 class DiskSpace
          Default implementation of the IDiskSpace interface.
 

Uses of IDiskSpace in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IDiskSpace
 List<IDiskSpace> Server.getDiskSpace(List<String> filesystems)
           
 

Uses of IDiskSpace in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IDiskSpace
 List<IDiskSpace> IOptionsServer.getDiskSpace(List<String> filesystems)
          Get a list of disk space information about the current availability of disk space on the server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.