eu.xtreemos.xosd.localallocmgr.frontend.utils
Class AddNResources

java.lang.Object
  extended by eu.xtreemos.xosd.localallocmgr.frontend.utils.AddNResources
All Implemented Interfaces:
IResourceDirectoryInit

public class AddNResources
extends java.lang.Object
implements IResourceDirectoryInit


Field Summary
private  int n
           
private  java.lang.String prefix
           
 
Constructor Summary
AddNResources(java.lang.String prefix, int n)
           
 
Method Summary
 void fillResourceDirectory(ResourceDirectory rdir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

private java.lang.String prefix

n

private int n
Constructor Detail

AddNResources

public AddNResources(java.lang.String prefix,
                     int n)
Method Detail

fillResourceDirectory

public void fillResourceDirectory(ResourceDirectory rdir)
Specified by:
fillResourceDirectory in interface IResourceDirectoryInit