Modify emsdriver Code
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / commons / ftp / RemoteFile.java
index 591c9e3..636c3ed 100644 (file)
@@ -17,4 +17,9 @@ package org.onap.vfc.nfvo.emsdriver.commons.ftp;
 
 public interface RemoteFile {
 
+       public String getFileName();
+       
+       public String getAbsFileName();
+       
+       public boolean isDirectory();
 }