public class HermesConfigurationFileUtils extends Object
| Constructor and Description | 
|---|
HermesConfigurationFileUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
copyHermesDependenciesToDir(File targetDir,
                           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 File | 
resolveHermesConfigurationDependencies(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. 
 | 
public static boolean isProjectHermesDependent(WsdlProjectPro project)
project - public static void copyHermesDependenciesToDir(File targetDir, File sourceFile) throws IOException
targetDir - sourceFile - IOExceptionpublic static File resolveHermesConfigurationDependencies(File hermesDirectory)
hermesDirectory - Copyright © 2019. All rights reserved.