- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
private static void applySshFlags(ConfigBag config, Entity entity, Location machine) { if (entity!=null) { if (!config.get(IGNORE_ENTITY_SSH_FLAGS)) { config.putIfAbsent(getSshFlags(entity, machine)); } } }
protected Map<String, Object> getSshFlags() { return SshEffectorTasks.getSshFlags(getEntity(), getMachine()); }