Interface AgentPluginPacker
-
- All Known Implementing Classes:
AgentPluginPackerImpl
public interface AgentPluginPackerCreated by Evgeniy.Koshkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpackAgentTool(File toolContent, File destFile, Map<String,Integer> entitiesUnixPermissions)
-
-
-
Method Detail
-
packAgentTool
void packAgentTool(@NotNull File toolContent, @NotNull File destFile, @NotNull Map<String,Integer> entitiesUnixPermissions) throws IOException, ToolException- Throws:
IOExceptionToolException
-
-