Class DefaultDeployContext
java.lang.Object
org.wpilib.deployutils.deploy.context.DefaultDeployContext
- All Implemented Interfaces:
DeployContext
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDeployContext(SessionController session, ETLogger logger, DeployLocation deployLocation, String workingDir) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidput(File source, String dest, CacheMethod cache) voidput(InputStream source, String dest) voidput(Map<String, File> files, CacheMethod cache) voidput(Set<File> files, CacheMethod cache) voidputStringFiles(Map<String, String> files) subContext(String workingDir)
-
Constructor Details
-
DefaultDeployContext
@Inject public DefaultDeployContext(SessionController session, ETLogger logger, DeployLocation deployLocation, String workingDir)
-
-
Method Details
-
getWorkingDir
- Specified by:
getWorkingDirin interfaceDeployContext
-
getDeployLocation
- Specified by:
getDeployLocationin interfaceDeployContext
-
getLogger
- Specified by:
getLoggerin interfaceDeployContext
-
getController
- Specified by:
getControllerin interfaceDeployContext
-
execute
- Specified by:
executein interfaceDeployContext
-
put
- Specified by:
putin interfaceDeployContext
-
put
- Specified by:
putin interfaceDeployContext
-
put
- Specified by:
putin interfaceDeployContext
-
friendlyString
- Specified by:
friendlyStringin interfaceDeployContext
-
subContext
- Specified by:
subContextin interfaceDeployContext
-
put
- Specified by:
putin interfaceDeployContext
-
delete
- Specified by:
deletein interfaceDeployContext
-
putStringFiles
- Specified by:
putStringFilesin interfaceDeployContext
-