Class WebAssetVersions


  • @Singleton
    public class WebAssetVersions
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.Long> getWebAssetVersion​(java.lang.String resource)  
      void prepare()  
      • Methods inherited from class java.lang.Object

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

      • WebAssetVersions

        @Inject
        public WebAssetVersions​(PlanFiles files)
    • Method Detail

      • prepare

        public void prepare()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • getWebAssetVersion

        public java.util.Optional<java.lang.Long> getWebAssetVersion​(java.lang.String resource)