Subversion Repositories XServices

Rev

Rev 64 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 64 Rev 65
Line 59... Line 59...
59
    
59
    
Line 60... Line 60...
60
    public static final String SERVICE_OPERATION_LOADRESOURCEFROMARCHIVE = "Load the content of a resource";
60
    public static final String SERVICE_OPERATION_LOADRESOURCEFROMARCHIVE = "Load the content of a resource";
Line -... Line 61...
-
 
61
    
-
 
62
    public static final String SERVICE_OPERATION_ECHOTOFILE = "Write or append a string to a file";
-
 
63
    
-
 
64
    public static final String SERVICE_OPERATION_REPLACEINFILE = "Replaces every <pattern> with a string in an ascii file";
-
 
65
    
-
 
66
    public static final String SERVICE_OPERATION_REPLACEINFILE2 = "Replaces every <pattern> with a string in an ascii file";
61
    
67
    
62
    public static final String SERVICE_OPERATION_ECHOTOFILE = "Write or append a string to a file";
68
    public static final String SERVICE_OPERATION_REPLACEINFILEREGEX = "Replaces every <regex pattern> with a string in an ascii file";