All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.way.etc.WayEtc Maven / Gradle / Ivy

The newest version!
/*
 * WayEtc.java criado em 15/12/2013
 * 
 * Propriedade de Objectos Fábrica de Software LTDA.
 * Reprodução parcial ou total proibida.
 */
package br.com.objectos.way.etc;

/**
 * @author [email protected] (Marcio Endo)
 */
public class WayEtc {

  private WayEtc() {
  }

  public static WayEtcResources resourcesAt() {
    return resourcesAt("/");
  }
  public static WayEtcResources resourcesAt(String baseDir) {
    ResourceSet dir = ResourceSet.at(baseDir);
    return new WayEtcResourcesPojo(dir);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy