public interface ContentSetValidator
ContentSet from the ContentSetPanel GUI.ContentSetPanel| Modifier and Type | Method and Description | 
|---|---|
void | 
validateAndProcessURLs(ContentSetPanel panel, java.net.URL[] urls)
This method gets called when the user picks one more folders to add as Project Content. 
 | 
void validateAndProcessURLs(ContentSetPanel panel, java.net.URL[] urls)
addFolderToContentSet in ContentSetPanel.
If necessary, the validator should notify the user if the content cannot be added, or if only some of the content will be added, etc.
panel - the panel that is editing the ContentSeturls - the URLs to add to the ContentSetContentSetPanel.addFolderToContentSet(URL), ContentSetPanel.addFolderToContentSet(URL,URL)