Searched refs:localCacheDirectory (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/impl/owl/
H A DOWLCacheImpl.java49 protected String localCacheDirectory = null; field in class:OWLCacheImpl
88 localCacheDirectory = dir;
94 String indexFileName = localCacheDirectory + File.separator + "service.idx";
105 localCacheDirectory = null;
108 localCacheDirectory = null;
118 return localCacheDirectory;
140 if(!file.exists() && localCacheDirectory != null)
141 file = new File(localCacheDirectory + File.separator + localFileName);
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...

Completed in 505 milliseconds