
com.draagon.meta.loader.uri.URIConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metaobjects-metadata Show documentation
Show all versions of metaobjects-metadata Show documentation
MetaObjects for Model-driven development - MetaData Libraries
The newest version!
package com.draagon.meta.loader.uri;
public interface URIConstants {
public final static String URI_TYPE_TYPES = "types";
public final static String URI_TYPE_MODEL = "model";
public final static String URI_SOURCE_FILE = "file";
public final static String URI_SOURCE_URL = "url";
public final static String URI_SOURCE_RESOURCE = "resource";
public final static String URI_ARG_SOURCEDIR = "sourceDir";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy