|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.object.FileGroup
public class FileGroup
File group.
Constructor Summary | |
---|---|
FileGroup(FileObject... files)
Creates a group of files. |
|
FileGroup(java.util.List<FileObject> files)
Creates a group of files. |
Method Summary | |
---|---|
java.util.List<FileObject> |
getElements()
Returns the files in this group. |
java.util.List<FileObject> |
getVhdlObjects()
Returns a list of VhdlObject that are contained in this VhdlObjectProvider. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileGroup(java.util.List<FileObject> files)
files
- a list of filespublic FileGroup(FileObject... files)
files
- a variable number of filesMethod Detail |
---|
public java.util.List<FileObject> getElements()
getElements
in interface VhdlObjectGroup<FileObject>
public java.util.List<FileObject> getVhdlObjects()
VhdlObjectProvider
getVhdlObjects
in interface VhdlObjectProvider<FileObject>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |