Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin / nemo-rest / org.opendaylight.nemo.tool.eclipse.plugin.rest / src / org / opendaylight / nemo / tool / eclipse / plugin / rest / actions / INemoParser.java
1 package org.opendaylight.nemo.tool.eclipse.plugin.rest.actions;
2
3
4 /**
5  * Created by hj on 10/29/15.
6  */
7 public interface INemoParser {
8     public void format(String content);
9
10     public boolean findRest();
11
12     public boolean findUser();
13
14     public boolean send();
15 }