IRemoteFileResolver.RemoteFileResolverArgs

public static class IRemoteFileResolver.RemoteFileResolverArgs
extends Object

java.lang.Object
com.android.tradefed.config.remote.IRemoteFileResolver.RemoteFileResolverArgs


Argumenty przekazywane do resolverów

Podsumowanie

Konstruktory publiczne

RemoteFileResolverArgs()

Metody publiczne

IRemoteFileResolver.RemoteFileResolverArgs addQueryArg(String key, String value)
IRemoteFileResolver.RemoteFileResolverArgs addQueryArgs(Map<String, String> queryArgs)
boolean equals(Object obj)
File getConsideredFile()
File getDestinationDir()
Map<String, String> getQueryArgs()
int hashCode()
IRemoteFileResolver.RemoteFileResolverArgs setConsideredFile(File consideredFile)
IRemoteFileResolver.RemoteFileResolverArgs setDestinationDir(File destinationDir)

Konstruktory publiczne

RemoteFileResolverArgs

public RemoteFileResolverArgs ()

Metody publiczne

addQueryArg

public IRemoteFileResolver.RemoteFileResolverArgs addQueryArg (String key, 
                String value)

Parametry
key String

value String

Zwraca
IRemoteFileResolver.RemoteFileResolverArgs

addQueryArgs

public IRemoteFileResolver.RemoteFileResolverArgs addQueryArgs (Map<String, String> queryArgs)

Parametry
queryArgs Map

Zwraca
IRemoteFileResolver.RemoteFileResolverArgs

equals

public boolean equals (Object obj)

Parametry
obj Object

Zwraca
boolean

getConsideredFile

public File getConsideredFile ()

Zwraca
File

getDestinationDir

public File getDestinationDir ()

Zwraca
File

getQueryArgs

public Map<String, String> getQueryArgs ()

Zwraca
Map<String, String>

hashCode

public int hashCode ()

Zwraca
int

setConsideredFile

public IRemoteFileResolver.RemoteFileResolverArgs setConsideredFile (File consideredFile)

Parametry
consideredFile File

Zwraca
IRemoteFileResolver.RemoteFileResolverArgs

setDestinationDir

public IRemoteFileResolver.RemoteFileResolverArgs setDestinationDir (File destinationDir)

Parametry
destinationDir File

Zwraca
IRemoteFileResolver.RemoteFileResolverArgs