Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.repoweb.model.file
Class FGroup  view FGroup download FGroup.java

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

class FGroup
extends java.lang.Object
implements org.repoweb.model.Group

Implementation for file Repository.


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

Field Detail

_groupId

private final java.lang.String _groupId

_artifacts

private org.repoweb.model.ArtifactList _artifacts
Constructor Detail

FGroup

FGroup(java.lang.String groupId)

FGroup

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

getGroupId

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

getArtifacts

public org.repoweb.model.ArtifactList getArtifacts()
Specified by:
getArtifacts in interface org.repoweb.model.Group