private static string messageForFind(string prefix, string bundleSymbolicName, IPath path)
 {
     throw new NotImplementedException();
 }
        private static void logWarning(String prefix, String bundleSymbolicName, IPath path)
        {
            if (!logger.IsDebugEnabled)
            {
                return;
            }

            String msg = messageForFind(prefix, bundleSymbolicName, path);
            Exception e = new ArgumentException(msg);
            logger.Debug(e.Message, e);
        }
Exemplo n.º 3
0
 public abstract int matchingFirstSegments(IPath paramIPath);
Exemplo n.º 4
0
 public abstract IPath makeRelativeTo(IPath paramIPath);
Exemplo n.º 5
0
 public abstract bool isPrefixOf(IPath paramIPath);
Exemplo n.º 6
0
 public abstract IPath append(IPath paramIPath);