Package com.emc.mongoose.base.env
Class CoreResourcesToInstall
- java.lang.Object
-
- com.emc.mongoose.base.env.InstallableJarResources
-
- com.emc.mongoose.base.env.CoreResourcesToInstall
-
- All Implemented Interfaces:
Installable
public final class CoreResourcesToInstall extends InstallableJarResources
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringRESOURCES_FILE_NAME
-
Constructor Summary
Constructors Constructor Description CoreResourcesToInstall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.PathappHomePath()protected java.util.List<java.lang.String>resourceFilesToInstall()-
Methods inherited from class com.emc.mongoose.base.env.InstallableJarResources
install, resourceStream
-
-
-
-
Field Detail
-
RESOURCES_FILE_NAME
public static final java.lang.String RESOURCES_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
appHomePath
public final java.nio.file.Path appHomePath()
-
resourceFilesToInstall
protected final java.util.List<java.lang.String> resourceFilesToInstall()
- Specified by:
resourceFilesToInstallin classInstallableJarResources
-
-