ca.aura.project
Class Depot

java.lang.Object
  |
  +--ca.aura.project.Depot

public class Depot
extends java.lang.Object

Author:
aforward

Constructor Summary
Depot()
          default
 
Method Summary
 void add(Artefact artefact)
          add an artefact
 void addAll(Depot depot)
          add a depot
 void addFile(java.lang.String[] files, java.lang.String type)
          add to a depot
 Artefact getArtefact(java.lang.String id)
          get the artefact
 java.util.Iterator getArtefacts()
          get all the artefacts
 boolean isArtefact(java.lang.String id)
          is this id an artefact?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Depot

public Depot()
default

Method Detail

isArtefact

public boolean isArtefact(java.lang.String id)
is this id an artefact?


getArtefact

public Artefact getArtefact(java.lang.String id)
get the artefact


add

public void add(Artefact artefact)
add an artefact


addAll

public void addAll(Depot depot)
add a depot


addFile

public void addFile(java.lang.String[] files,
                    java.lang.String type)
add to a depot


getArtefacts

public java.util.Iterator getArtefacts()
get all the artefacts



Copyright © 2002 University of Ottawa. All Rights Reserved.