Package net.officefloor.servlet.archive
Class TutorialArchiveLocatorUtil
java.lang.Object
net.officefloor.servlet.archive.TutorialArchiveLocatorUtil
Locates an archive within the tutorials.
This only works with the source code.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionstatic FilegetArchiveFile(String artifactId, String suffix) Obtains the location of the archive file.
-
Method Details
-
getArchiveFile
Obtains the location of the archive file.- Parameters:
artifactId- Maven artifact ID.suffix- Archive file suffix.- Returns:
- Location of the archive file.
-