All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.penglecode.common.support.NodeLocator Maven / Gradle / Ivy

Go to download

commons is a little java tool to make your development easier in your work.

The newest version!
package com.penglecode.common.support;

import java.util.List;

public interface NodeLocator {

	public Node getNodeByKey(final String key);
	
	public void refreshLocator(final List nodeList);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy