org.kuali.common.util.file.model
Class RepoArtifacts

java.lang.Object
  extended by org.kuali.common.util.file.model.RepoArtifacts

public final class RepoArtifacts
extends Object


Constructor Summary
RepoArtifacts(Repository repository, List<Artifact> artifacts)
           
 
Method Summary
 List<Artifact> getArtifacts()
           
 Repository getRepository()
           
 long getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoArtifacts

public RepoArtifacts(Repository repository,
                     List<Artifact> artifacts)
Method Detail

getRepository

public Repository getRepository()

getArtifacts

public List<Artifact> getArtifacts()

getSize

public long getSize()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.