Class TutorialArchiveLocatorUtil

java.lang.Object
net.officefloor.servlet.archive.TutorialArchiveLocatorUtil

public class TutorialArchiveLocatorUtil extends Object

Locates an archive within the tutorials.

This only works with the source code.

Author:
Daniel Sagenschneider
  • Method Details

    • getArchiveFile

      public static File getArchiveFile(String artifactId, String suffix)
      Obtains the location of the archive file.
      Parameters:
      artifactId - Maven artifact ID.
      suffix - Archive file suffix.
      Returns:
      Location of the archive file.