*/
public ReconfigurationEntry( Logger logger, File applicationDir, String location, String[] serviceList )
{
this.isFirstInvocation = true;
this.location = location;
this.locator = new InputStreamLocator( applicationDir );
this.logger = logger;
this.serviceList = serviceList;
}