package org.gcube.informationsystem.publisher.scope; import org.gcube.common.resources.gcore.Resource; public class ValidatorProvider { public static Validator getValidator(Resource resource){ return new DefaultScopeValidator(); } }