263264265266267268269270271
private void assertPropertiesInContext() { if (propertiesFileResource == null) { throw new ResourceException("No bundle informed or in context"); } }
90919293949596979899100
{ return subset.get(0); } else if (subset.size() > 1) { throw new ResourceException("Ambiguous name [" + name + "], full type signature required"); } else { return null; }
166167168169170171172173174175176
{ return getJavaSource().getQualifiedName(); } catch (FileNotFoundException e) { throw new ResourceException(e); } catch (Exception e) { return getName(); }
8788899091929394959697
159160161162163164165166167168169
7576777879808182838485
156157158159160161162163164165166
171172173174175176177178179180181
8889909192939495969798