1 22 package org.netbeans.modules.editor; 23 24 import java.net.URL ; 25 26 27 32 public final class EditorTestConstants { 33 34 public static final String EDITOR_LAYER = "org/netbeans/modules/editor/resources/layer.xml"; 35 public static final URL EDITOR_LAYER_URL 36 = EditorTestConstants.class.getClassLoader().getResource( 37 "org/netbeans/modules/editor/resources/layer.xml"); 38 39 private EditorTestConstants() { 40 } 41 42 } 43 | Popular Tags |