Package org.reficio.p2
Class P2Validator
- java.lang.Object
-
- org.reficio.p2.P2Validator
-
public class P2Validator extends Object
- Since:
- 1.1.0
- Author:
- Tom Bujok (tom.bujok@gmail.com)
Reficio (TM) - Reestablish your software!
http://www.reficio.org
-
-
Constructor Summary
Constructors Constructor Description P2Validator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidvalidateArtifactConfig(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact)static voidvalidateBundleRequest(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact)
-
-
-
Method Detail
-
validateBundleRequest
public static void validateBundleRequest(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact)
-
validateArtifactConfig
public static void validateArtifactConfig(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact)
-
-