- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for resolveInContext (0.05 sec)
-
src/test/java/jcifs/smb/SmbResourceLocatorImplTest.java
// No context mocks needed for static method test assertEquals(expected, SmbResourceLocatorImpl.queryLookup(query, key)); } @Test @DisplayName("resolveInContext builds relative paths with and without share") void testResolveInContext() { // Context without share: first element becomes share, rest path SmbResourceLocatorImpl base = locator("smb://server/");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
} loc.addressIndex = this.addressIndex; loc.type = this.type; return loc; } /** * @param context * @param name */ void resolveInContext(final SmbResourceLocator context, String name) { final String shr = context.getShare(); if (shr != null) { this.dfsReferral = context.getDfsReferral(); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 23.6K bytes - Viewed (0)