Package net.officefloor.servlet.archive
Class TutorialArchiveLocatorUtil
- java.lang.Object
-
- net.officefloor.servlet.archive.TutorialArchiveLocatorUtil
-
public class TutorialArchiveLocatorUtil extends java.lang.Object
Locates an archive within the tutorials.
This only works with the source code.
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.File
getArchiveFile(java.lang.String artifactId, java.lang.String suffix)
Obtains the location of the archive file.
-