Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getArchiveFile

        public static java.io.File getArchiveFile​(java.lang.String artifactId,
                                                  java.lang.String suffix)
        Obtains the location of the archive file.
        Returns:
        Location of the archive file.