Package 

Class ResourcesBuilder.BundleBuilder

    • Method Summary

      Modifier and Type Method Description
      final Unit url(String url, String localFallBack, String classpathFallBack, Boolean embed) Create an url resource with optional embedding (governed by embed flag) with optional local file fallback and a class-path fallback.
      final Unit local(String localPath) Use local resource from file
      final Unit classPath(String classPath) Use Jar class-path resource
      • Methods inherited from class java.lang.Object

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

      • ResourcesBuilder.BundleBuilder

        ResourcesBuilder.BundleBuilder()
    • Method Detail

      • url

         final Unit url(String url, String localFallBack, String classpathFallBack, Boolean embed)

        Create an url resource with optional embedding (governed by embed flag) with optional local file fallback and a class-path fallback. If fallbacks are null, they are not used.