示例#1
0
 /**
  * Equivalent to calling {@link #createAgent(MeshKeeper, File)} with a null dataDir parameter.
  *
  * @param keeper The MeshKeeper for the agent.
  * @return An embedded launch agent.
  * @throws Exception If there is an error creating the agent.
  */
 public static LaunchAgent createAgent(MeshKeeper keeper) throws Exception {
   return createAgent(keeper, MeshKeeperFactory.getDefaultAgentDirectory());
 }