org.repoweb.model.file
Class FGroup

java.lang.Object
  extended byorg.repoweb.model.file.FGroup
All Implemented Interfaces:
Group

class FGroup
extends java.lang.Object
implements Group

Implementation for file Repository.


Constructor Summary
(package private) FGroup(java.lang.String groupId)
           
(package private) FGroup(java.lang.String groupId, ArtifactList artifacts)
           
 
Method Summary
 ArtifactList getArtifacts()
           
 java.lang.String getGroupId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FGroup

FGroup(java.lang.String groupId)

FGroup

FGroup(java.lang.String groupId,
       ArtifactList artifacts)
Method Detail

getGroupId

public java.lang.String getGroupId()
Specified by:
getGroupId in interface Group

getArtifacts

public ArtifactList getArtifacts()
Specified by:
getArtifacts in interface Group


Copyright © 2003-2005 Repoweb. All Rights Reserved.