Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
accept(java.io.File dir, java.lang.String name) |
|
static void |
copyHermesDependenciesToDir(java.io.File targetDir, java.io.File sourceFile) Copies dependencies that are referred to in Hermes configuration file at sourceFile to the targetDirectory. |
|
static boolean |
isProjectHermesDependent(WsdlProjectPro project) Naïve way of seeing if a project is dependent on Hermes or not. |
|
static java.io.File |
resolveHermesConfigurationDependencies(java.io.File hermesDirectory) Resolves absolute paths of jar-dependencies in hermes configuration files based on the jar-files that resides in hermesDirectory matching the names in the hermes configuration file. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Copies dependencies that are referred to in Hermes configuration file at sourceFile to the targetDirectory.
Naïve way of seeing if a project is dependent on Hermes or not. A project is hermes-dependent if it has one or more CustomMockServices.
Resolves absolute paths of jar-dependencies in hermes configuration files based on the jar-files that resides in hermesDirectory matching the names in the hermes configuration file.