X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2FTarget.java;fp=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2FTarget.java;h=ebde93f0c69742f495c5b5d6f5fcf4a389300861;hp=0000000000000000000000000000000000000000;hb=f06c81000632cfb5f525ca458f719338f55f9f66;hpb=a73a906356c971b080c36368e71a15d87e8b8d31 diff --git a/src/be/nikiroo/jvcard/resources/Target.java b/src/be/nikiroo/jvcard/resources/Target.java new file mode 100644 index 0000000..ebde93f --- /dev/null +++ b/src/be/nikiroo/jvcard/resources/Target.java @@ -0,0 +1,12 @@ +package be.nikiroo.jvcard.resources; + +/** + * The type of configuration information the associated {@link Bundle} will + * convey. + * + * @author niki + * + */ +public enum Target { + colors, display, jvcard, remote, resources +} \ No newline at end of file