//To change body of implemented methods use File | Settings | File Templates.
}
+ public boolean canObtainAccess( Class<?> aClass )
+ {
+ return false; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Object obtainAccess( Class<?> aClass )
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
public List<ArtifactMetadata> getArtifacts( String repositoryId )
{
return null;
throw new UnsupportedOperationException();
}
+ public boolean canObtainAccess( Class<?> aClass )
+ {
+ return false;
+ }
+
+ public Object obtainAccess( Class<?> aClass )
+ {
+ throw new UnsupportedOperationException();
+ }
+
public Collection<String> getNamespaces( String arg0, String arg1 )
{
throw new UnsupportedOperationException();
throw new UnsupportedOperationException();
}
+ public boolean canObtainAccess( Class<?> aClass )
+ {
+ return false; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Object obtainAccess( Class<?> aClass )
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
public List<ArtifactMetadata> getArtifacts( String repositoryId )
{
return artifacts;
//To change body of implemented methods use File | Settings | File Templates.
}
+ public boolean canObtainAccess( Class<?> aClass )
+ {
+ return false; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Object obtainAccess( Class<?> aClass )
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
public List<ArtifactMetadata> getArtifacts( String repositoryId )
{
return null;
{
//To change body of implemented methods use File | Settings | File Templates.
}
+
+ public boolean canObtainAccess( Class<?> aClass )
+ {
+ return false; //To change body of implemented methods use File | Settings | File Templates.
+ }
+
+ public Object obtainAccess( Class<?> aClass )
+ {
+ return null; //To change body of implemented methods use File | Settings | File Templates.
+ }
}
\ No newline at end of file