Interface AgentPluginPacker
-
- All Known Implementing Classes:
AgentPluginPackerImpl
public interface AgentPluginPacker
Created by Evgeniy.Koshkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
packAgentTool(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:
IOException
ToolException
-
-