blob: 772f06ba8af5eece954a4f8e55c2109bd4840c11 [file] [log] [blame]
//Modified by Google:
//Removed URL
package org.jboss.testharness.api;
public interface ResourceDescriptor
{
public String getName();
//public URL getSource();
public Object getSource();
}