6f9405f992b9805eace92f44ce70b459abfc2d85
[sdc.git] /
1 package org.openecomp.sdc.asdctool.impl.validator.executers;
2
3 public interface IArtifactValidatorExecuter {
4     boolean executeValidations();
5     String getName();
6     
7   
8     
9 }